-
Notifications
You must be signed in to change notification settings - Fork 204
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
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
27e5926
snippet injection
siyuniu-ms 58decf7
Update build.gradle.kts
siyuniu-ms 1e32653
remove lockerfile
siyuniu-ms a88c0f6
Revert "remove lockerfile"
siyuniu-ms 91b91e0
Revert "Update build.gradle.kts"
siyuniu-ms d199d7f
Revert "snippet injection"
siyuniu-ms 4a44816
Revert "Revert "remove lockerfile""
siyuniu-ms b2223d5
Update SnippetConfiguration.java
siyuniu-ms d63910f
Merge remote-tracking branch 'origin/main' into snippet-injection
siyuniu-ms 21c7dec
add smoke test
siyuniu-ms bfeb028
Merge branch 'main' into snippet-injection
siyuniu-ms b0a47f2
test only
siyuniu-ms b035a03
Merge branch 'main' into snippet-injection
siyuniu-ms 4e83a71
smoke test
siyuniu-ms ed86694
update
siyuniu-ms c7f3397
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms f36236a
change the string
siyuniu-ms 36e830a
extract
siyuniu-ms 4a03bc4
Update SnippetConfigurationTest.java
siyuniu-ms f70b72d
Update SnippetConfiguration.java
siyuniu-ms 9063e21
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms 8b57c1d
update \n
siyuniu-ms 118d939
Merge branch 'fixSnippet' into snippet-injection
siyuniu-ms 776e6b3
smoke test passed
siyuniu-ms 8fbff6c
Merge branch 'main' into snippet-injection
siyuniu-ms 7755065
Update applicationinsights.json
siyuniu-ms ffff9f5
Update SnippetInjectionTest.java
siyuniu-ms 2aad092
Update build.gradle.kts
siyuniu-ms 75b297b
Update build.gradle.kts
siyuniu-ms 4c130e6
Merge branch 'main' into snippet-injection
siyuniu-ms 492ff0f
be more specific
siyuniu-ms 75bfe07
Merge branch 'main' into snippet-injection
siyuniu-ms 675c971
update
siyuniu-ms 5b22084
sprint boot auto called?
siyuniu-ms 86e8444
Create applicationinsights.json
siyuniu-ms 5ac4619
Update applicationinsights.json
siyuniu-ms cb9a655
update config name
siyuniu-ms 9c7c81b
update relevant name
siyuniu-ms 65a3b0d
Update agent/agent-tooling/src/main/java/com/microsoft/applicationins…
siyuniu-ms e2c7f6e
Update agent/agent-tooling/src/main/java/com/microsoft/applicationins…
siyuniu-ms 1fff3eb
Update browser-sdk-loader-snippet.txt
siyuniu-ms 7d20ba2
Update Feature.java
siyuniu-ms c943e74
Update settings.gradle.kts
siyuniu-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
smoke-tests/apps/SnippetInjection/src/smokeTest/resources/applicationinsights.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": | ||
{ | ||
"enabled": true | ||
} | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.