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
description: "Wraps native APIs to capture breadcrumbs. (default)"
5
+
sidebar_order: 1
6
+
notSupported:
7
+
- javascript.electron
8
+
---
9
+
10
+
_Import name: `Sentry.breadcrumbsIntegration`_
11
+
12
+
This integration is [enabled by default](./../#modifying-default-integrations).
13
+
14
+
This integration wraps native APIs to capture breadcrumbs. By default, the Sentry SDK wraps all APIs.
15
+
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