Console
Capture console logs as breadcrumbs. (default)
Did you mean logs instead?
This integration captures console logs as breadcrumbs (great for error context!). But if you need to search and query your logs across your entire application, use Sentry Logs instead. Set enableLogs: true, and add the Sentry console logging integration in your SDK config.
Import name: Sentry.consoleIntegration
This integration is enabled by default. If you'd like to modify your default integrations, read this.
The consoleIntegration generates breadcrumbs for console logs.
Copied
Sentry.init({
integrations: [Sentry.consoleIntegration()],
});
Was this helpful?
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").
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").