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
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/best-practices/shared-environments.mdx
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ try {
98
98
}
99
99
```
100
100
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
+
103
106
Read more about Inbound Filters in the product documentation under [Inbound filters](/concepts/data-management/filtering/#inbound-data-filters).
0 commit comments