Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ try {
}
```

If you notice that Sentry is not capturing error events from the browser extension,
try disabling the Browser extension errors option in the Inbound Filters of your Sentry configuration.
## Browser Extension Filter

If you notice that Sentry is not capturing error events from the browser extension, an Inbound Filter might be active.
You can disable that by going to your **Project Settings > Inbound Filters** and disabling filtering out errors known to be caused by browser extensions.

Read more about Inbound Filters in the product documentation under [Inbound filters](/concepts/data-management/filtering/#inbound-data-filters).
Loading