Skip to content

Commit 5526e69

Browse files
Merge pull request #2827 from MicrosoftDocs/user/mikehoffms/source-maps-monitor-exclusions
Add Exclusions section to "Source Maps Monitor tool" article
2 parents f1d7109 + fdd3acb commit 5526e69

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

microsoft-edge/devtools-guide-chromium/javascript/consume-source-maps-from-azure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ To learn more about the **Source Maps Monitor** tool and how it can help monitor
117117
* [Securely debug original code by publishing source maps to the Azure Artifacts symbol server](publish-source-maps-to-azure.md)
118118
* [Map the processed code to your original source code, for debugging](source-maps.md)
119119
* [Source Maps Monitor tool](../source-maps-monitor/source-maps-monitor-tool.md)
120+
* [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)_.

microsoft-edge/devtools-guide-chromium/javascript/publish-source-maps-to-azure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,4 @@ Note here that the `-n` parameter must be unique. Repetition of job names, even
190190

191191
* [Securely debug original code by using Azure Artifacts symbol server source maps](consume-source-maps-from-azure.md)
192192
* [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)_.
505 Bytes
Loading
68.9 KB
Loading
52 Bytes
Loading

microsoft-edge/devtools-guide-chromium/source-maps-monitor/source-maps-monitor-tool.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
8-
ms.date: 02/15/2022
8+
ms.date: 09/05/2023
99
---
1010
# Source Maps Monitor tool
1111

@@ -25,6 +25,32 @@ To try this feature:
2525
![The Source Maps Monitor tool](./source-maps-monitor-tool-images/source-maps-monitor-tool.png)
2626

2727

28+
<!-- ====================================================================== -->
29+
## Exclusions and inclusions
30+
31+
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** (![Settings icon for DevTools](./source-maps-monitor-tool-images/settings-icon.png)) 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:
50+
51+
![Source Maps Monitor tool indicates source map URL lookups attempted](./source-maps-monitor-tool-images/source-maps-monitor-exclusions.png)
52+
53+
2854
<!-- ====================================================================== -->
2955
## See also
3056

0 commit comments

Comments
 (0)