Captures calls to the console API as logs in Sentry. Requires the enableLogs option to be enabled.
This feature is experimental and may be changed or removed in future versions.
By default the integration instruments console.debug, console.info, console.warn, console.error,
console.log, console.trace, and console.assert. You can use the levels option to customize which
levels are captured.
Captures calls to the
consoleAPI as logs in Sentry. Requires theenableLogsoption to be enabled.This feature is experimental and may be changed or removed in future versions.
By default the integration instruments
console.debug,console.info,console.warn,console.error,console.log,console.trace, andconsole.assert. You can use thelevelsoption to customize which levels are captured.