Skip to content

Commit f66bf84

Browse files
committed
style: lint
1 parent d34e6cb commit f66bf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sentry.init({
88
enableLogs: process.env.SENTRY_LOGGING === 'true',
99
integrations: [
1010
// Send console logs to Sentry
11-
Sentry.consoleLoggingIntegration({ levels: ["log", "warn", "error"] }),
11+
Sentry.consoleLoggingIntegration({ levels: ['log', 'warn', 'error'] }),
1212
// Profiling
1313
nodeProfilingIntegration(),
1414
],

0 commit comments

Comments
 (0)