From 8d6f5846efa9e74c35d0f2817146a1f345a6c535 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Fri, 4 Oct 2024 15:52:00 +0200 Subject: [PATCH] ref(browser-extension): Rephrase text around Inbound Filters --- .../common/best-practices/shared-environments.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/platforms/javascript/common/best-practices/shared-environments.mdx b/docs/platforms/javascript/common/best-practices/shared-environments.mdx index 0a1573273e450..5de050f9b9330 100644 --- a/docs/platforms/javascript/common/best-practices/shared-environments.mdx +++ b/docs/platforms/javascript/common/best-practices/shared-environments.mdx @@ -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).