Breadcrumbs

Import name: Sentry.breadcrumbsIntegration

This integration is enabled by default. You can also modify default integrations.

The breadcrumbsIntegration wraps native APIs to capture breadcrumbs. By default, the Sentry SDK wraps all APIs. You can opt out of capturing breadcrumbs for specific parts of your application (for example, you could say don't capture console.log calls as breadcrumbs) via the options below.

Type: boolean

Log calls to console.log, console.debug, and so on.

Type: boolean

Log HTTP requests done with the Fetch API.

Type: boolean

Log whenever we send an event to the server.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").