Skip to content

Commit a454fa7

Browse files
committed
Disable debug mode.
1 parent 2d4d93c commit a454fa7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/e2e-tests/test-applications/create-next-app/sentry.client.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as Sentry from '@sentry/nextjs';
66

77
Sentry.init({
88
dsn: process.env.NEXT_PUBLIC_E2E_TEST_DSN,
9-
debug: true,
109
// Adjust this value in production, or use tracesSampler for greater control
1110
tracesSampleRate: 1.0,
1211
// ...

packages/e2e-tests/test-applications/create-next-app/sentry.server.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as Sentry from '@sentry/nextjs';
66

77
Sentry.init({
88
dsn: process.env.NEXT_PUBLIC_E2E_TEST_DSN,
9-
debug: true,
109
// Adjust this value in production, or use tracesSampler for greater control
1110
tracesSampleRate: 1.0,
1211
// ...

0 commit comments

Comments
 (0)