Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippet injection Test update #3132

Merged
merged 43 commits into from
Jun 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
27e5926
snippet injection
siyuniu-ms Feb 3, 2023
58decf7
Update build.gradle.kts
siyuniu-ms Feb 3, 2023
1e32653
remove lockerfile
siyuniu-ms Feb 3, 2023
a88c0f6
Revert "remove lockerfile"
siyuniu-ms Feb 3, 2023
91b91e0
Revert "Update build.gradle.kts"
siyuniu-ms Feb 3, 2023
d199d7f
Revert "snippet injection"
siyuniu-ms Feb 3, 2023
4a44816
Revert "Revert "remove lockerfile""
siyuniu-ms Feb 3, 2023
b2223d5
Update SnippetConfiguration.java
siyuniu-ms Feb 3, 2023
d63910f
Merge remote-tracking branch 'origin/main' into snippet-injection
siyuniu-ms Feb 14, 2023
21c7dec
add smoke test
siyuniu-ms Feb 23, 2023
bfeb028
Merge branch 'main' into snippet-injection
siyuniu-ms Feb 23, 2023
b0a47f2
test only
siyuniu-ms Feb 28, 2023
b035a03
Merge branch 'main' into snippet-injection
siyuniu-ms Jun 12, 2023
4e83a71
smoke test
siyuniu-ms Jun 12, 2023
ed86694
update
siyuniu-ms Jun 12, 2023
c7f3397
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms Jun 12, 2023
f36236a
change the string
siyuniu-ms Jun 12, 2023
36e830a
extract
siyuniu-ms Jun 12, 2023
4a03bc4
Update SnippetConfigurationTest.java
siyuniu-ms Jun 12, 2023
f70b72d
Update SnippetConfiguration.java
siyuniu-ms Jun 12, 2023
9063e21
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms Jun 12, 2023
8b57c1d
update \n
siyuniu-ms Jun 12, 2023
118d939
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms Jun 12, 2023
776e6b3
smoke test passed
siyuniu-ms Jun 13, 2023
8fbff6c
Merge branch 'main' into snippet-injection
siyuniu-ms Jun 13, 2023
7755065
Update applicationinsights.json
siyuniu-ms Jun 13, 2023
ffff9f5
Update SnippetInjectionTest.java
siyuniu-ms Jun 13, 2023
2aad092
Update build.gradle.kts
siyuniu-ms Jun 14, 2023
75b297b
Update build.gradle.kts
siyuniu-ms Jun 14, 2023
4c130e6
Merge branch 'main' into snippet-injection
siyuniu-ms Jun 14, 2023
492ff0f
be more specific
siyuniu-ms Jun 15, 2023
75bfe07
Merge branch 'main' into snippet-injection
siyuniu-ms Jun 15, 2023
675c971
update
siyuniu-ms Jun 15, 2023
5b22084
sprint boot auto called?
siyuniu-ms Jun 15, 2023
86e8444
Create applicationinsights.json
siyuniu-ms Jun 15, 2023
5ac4619
Update applicationinsights.json
siyuniu-ms Jun 15, 2023
cb9a655
update config name
siyuniu-ms Jun 16, 2023
9c7c81b
update relevant name
siyuniu-ms Jun 16, 2023
65a3b0d
Update agent/agent-tooling/src/main/java/com/microsoft/applicationins…
siyuniu-ms Jun 16, 2023
e2c7f6e
Update agent/agent-tooling/src/main/java/com/microsoft/applicationins…
siyuniu-ms Jun 16, 2023
1fff3eb
Update browser-sdk-loader-snippet.txt
siyuniu-ms Jun 16, 2023
7d20ba2
Update Feature.java
siyuniu-ms Jun 16, 2023
c943e74
Update settings.gradle.kts
siyuniu-ms Jun 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"connectionString": "",
"role": {
"name": "testrolename",
"instance": "testroleinstance"
},
"sampling": {
"percentage": 100
},
"preview": {
"javaScriptSnippet":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be "browserSdkLoader", saw your doc update?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, yes, just updated it.

{
"enabled": true
}
}
}