Skip to content

Commit ece44cb

Browse files
authored
Update java-standalone-config.md
Add top-level braces to avoid any confusion (similar to other examples)
1 parent c7adfb0 commit ece44cb

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
@@ -388,10 +388,12 @@ The script is aiming at helping customers to track the web user data, and sent t
388388
If you want to enable this feature, add the below configuration option:
389389

390390
```json
391-
"preview": {
392-
"browserSdkLoader": {
393-
"enabled": true
394-
}
391+
{
392+
"preview": {
393+
"browserSdkLoader": {
394+
"enabled": true
395+
}
396+
}
395397
}
396398
```
397399

0 commit comments

Comments
 (0)