Skip to content

Commit 3e79e47

Browse files
authored
ref(browser-extension): Rephrase text around Inbound Filters (#11487)
1 parent 3b9796e commit 3e79e47

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/platforms/javascript/common/best-practices/shared-environments.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ try {
9898
}
9999
```
100100

101-
If you notice that Sentry is not capturing error events from the browser extension,
102-
try disabling the Browser extension errors option in the Inbound Filters of your Sentry configuration.
101+
## Browser Extension Filter
102+
103+
If you notice that Sentry is not capturing error events from the browser extension, an Inbound Filter might be active.
104+
You can disable that by going to your **Project Settings > Inbound Filters** and disabling filtering out errors known to be caused by browser extensions.
105+
103106
Read more about Inbound Filters in the product documentation under [Inbound filters](/concepts/data-management/filtering/#inbound-data-filters).

0 commit comments

Comments
 (0)