Skip to content

Commit 8e7098c

Browse files
Merge pull request #253697 from DennisLee-DennisLee/v-dele-180315
AB#180315: Migrate Application Insights Source Map Troubleshooting
2 parents 3ad7654 + 4867d92 commit 8e7098c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

articles/azure-monitor/app/javascript-sdk-configuration.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft Azure Monitor Application Insights JavaScript SDK configuration
33
description: Microsoft Azure Monitor Application Insights JavaScript SDK configuration.
44
ms.topic: conceptual
5-
ms.date: 07/10/2023
5+
ms.date: 10/03/2023
66
ms.devlang: javascript
77
ms.custom: devx-track-js
88
ms.reviewer: mmcc
@@ -177,25 +177,6 @@ To configure or change the storage account or blob container that's linked to yo
177177
> [!div class="mx-imgBorder"]
178178
> ![Screenshot that shows reconfiguring your selected Azure blob container on the Properties pane.](./media/javascript-sdk-configuration/reconfigure.png)
179179
180-
#### Troubleshooting
181-
182-
This section offers troubleshooting tips for common issues related to the uploading of source maps to your Azure Storage account blob container.
183-
184-
##### Required Azure role-based access control settings on your blob container
185-
186-
Any user on the portal who uses this feature must be assigned at least as a [Storage Blob Data Reader][storage blob data reader] to your blob container. Assign this role to anyone who might use the source maps through this feature.
187-
188-
> [!NOTE]
189-
> Depending on how the container was created, this role might not have been automatically assigned to you or your team.
190-
191-
##### Source map not found
192-
193-
1. Verify that the corresponding source map is uploaded to the correct blob container.
194-
1. Verify that the source map file is named after the JavaScript file it maps to and uses the suffix `.map`.
195-
196-
For example, `/static/js/main.4e2ca5fa.chunk.js` searches for the blob named `main.4e2ca5fa.chunk.js.map`.
197-
1. Check your browser's console to see if any errors were logged. Include this information in any support ticket.
198-
199180
### View the unminified callstack
200181

201182
To view the unminified callstack, select an Exception Telemetry item in the Azure portal, find the source maps that match the call stack, and drag and drop the source maps onto the call stack in the Azure portal. The source map must have the same name as the source file of a stack frame, but with a `map` extension.

0 commit comments

Comments
 (0)