Skip to content

Commit 80a8fe5

Browse files
Merge pull request #244048 from trask/patch-1
Update java-standalone-config.md
2 parents d9f22f1 + ece44cb commit 80a8fe5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,12 @@ The script is aiming at helping customers to track the web user data, and sent t
391391
If you want to enable this feature, add the below configuration option:
392392

393393
```json
394-
"preview": {
395-
"browserSdkLoader": {
396-
"enabled": true
397-
}
394+
{
395+
"preview": {
396+
"browserSdkLoader": {
397+
"enabled": true
398+
}
399+
}
398400
}
399401
```
400402

0 commit comments

Comments
 (0)