We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34e6cb commit f66bf84Copy full SHA for f66bf84
src/sentry-init.js
@@ -8,7 +8,7 @@ Sentry.init({
8
enableLogs: process.env.SENTRY_LOGGING === 'true',
9
integrations: [
10
// Send console logs to Sentry
11
- Sentry.consoleLoggingIntegration({ levels: ["log", "warn", "error"] }),
+ Sentry.consoleLoggingIntegration({ levels: ['log', 'warn', 'error'] }),
12
// Profiling
13
nodeProfilingIntegration(),
14
],
0 commit comments