You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Improvements for connecting DevTools to Azure Artifacts symbol server](../whats-new/2023/07/devtools-115.md#improvements-for-connecting-devtools-to-azure-artifacts-symbol-server) in _What's New in DevTools (Microsoft Edge 115)_.
Copy file name to clipboardExpand all lines: microsoft-edge/devtools-guide-chromium/javascript/publish-source-maps-to-azure.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,3 +190,4 @@ Note here that the `-n` parameter must be unique. Repetition of job names, even
190
190
191
191
*[Securely debug original code by using Azure Artifacts symbol server source maps](consume-source-maps-from-azure.md)
192
192
*[Map the processed code to your original source code, for debugging](source-maps.md)
193
+
*[Improvements for connecting DevTools to Azure Artifacts symbol server](../whats-new/2023/07/devtools-115.md#improvements-for-connecting-devtools-to-azure-artifacts-symbol-server) in _What's New in DevTools (Microsoft Edge 115)_.
The **Source Maps Monitor** tool shows which URL lookups have or haven't been attempted, as configured in filter settings in DevTools **Settings > Symbol Server > Filter behavior**. For example:
32
+
33
+
1. Right-click a webpage and then select **Inspect**. DevTools opens.
34
+
35
+
1. Click the **Settings** () button, and then select **Symbol Server**.
36
+
37
+
1. In the **Filter behavior** dropdown list, select **Exclusion List** (or, select **Inclusion List**). If the **Filter behavior** dropdown list isn't displayed, set the **Symbol Server** settings, as described in the following articles:
38
+
39
+
*[Securely debug original code by publishing source maps to the Azure Artifacts symbol server](../javascript/publish-source-maps-to-azure.md)
40
+
*[Securely debug original code by using Azure Artifacts symbol server source maps](../javascript/consume-source-maps-from-azure.md)
41
+
*[Improvements for connecting DevTools to Azure Artifacts symbol server](../whats-new/2023/07/devtools-115.md#improvements-for-connecting-devtools-to-azure-artifacts-symbol-server) in _What's New in DevTools (Microsoft Edge 115)_.
42
+
43
+
1. In the **Filter behavior** text box, enter a domain with wildcard to exclude (or, to include), such as: `https://ryanseddon.com/*`
44
+
45
+
1. Close DevTools **Settings**.
46
+
47
+
1. In DevTools, select the **Source Maps Monitor** tool.
48
+
49
+
The **Source Maps Monitor** tool now indicates excluded (or, included) source map URL lookup attempts:
0 commit comments