Skip to content

Commit a1c5a35

Browse files
authored
Update source-map-support.md
1 parent 5f640a0 commit a1c5a35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-monitor/app/source-map-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Any user on the portal who uses this feature must be assigned at least as a [Sto
7474
### Source map not found
7575

7676
1. Verify that the corresponding source map is uploaded to the correct blob container.
77-
1. Verify that the source map file is named after the JavaScript file it maps to and uses the suffix `.map`:
78-
- For example, `/static/js/main.4e2ca5fa.chunk.js` searches for the blob named `main.4e2ca5fa.chunk.js.map`.
77+
1. Verify that the source map file is named after the JavaScript file it maps to and uses the suffix `.map`.
78+
79+
For example, `/static/js/main.4e2ca5fa.chunk.js` searches for the blob named `main.4e2ca5fa.chunk.js.map`.
7980
1. Check your browser's console to see if any errors were logged. Include this information in any support ticket.
8081

8182
## Next steps

0 commit comments

Comments
 (0)