File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,9 @@ Any user on the portal who uses this feature must be assigned at least as a [Sto
74
74
### Source map not found
75
75
76
76
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 ` .
79
80
1 . Check your browser's console to see if any errors were logged. Include this information in any support ticket.
80
81
81
82
## Next steps
You can’t perform that action at this time.
0 commit comments