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: src/platforms/javascript/common/configuration/integrations/breadcrumbs.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ sidebar_order: 1
8
8
_Import name: `Sentry.Integrations.Breadcrumbs`_
9
9
10
10
This integration wraps native APIs to capture breadcrumbs. By default, the Sentry SDK wraps all APIs.
11
+
You can opt-out of capturing breadcrumbs for specific parts of your application (e.g. do not capture `console.log` calls as breadcrumbs) via the options below.
0 commit comments