Skip to content

Commit 33c17dd

Browse files
committed
remove unused tracesSampleRate
1 parent fdae352 commit 33c17dd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

sentry.edge.config.ts

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import * as Sentry from '@sentry/nextjs'
88
Sentry.init({
99
dsn: 'https://daf0befe66519725bbe2ad707a11bbb3@o4504017992482816.ingest.us.sentry.io/4506763918770176',
1010

11-
// Adjust this value in production, or use tracesSampler for greater control
12-
tracesSampleRate: 1,
13-
1411
// Setting this option to true will print useful information to the console while you're setting up Sentry.
1512
debug: false,
1613
})

sentry.server.config.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
// The config you add here will be used whenever the server handles a request.
33
// https://docs.sentry.io/platforms/javascript/guides/nextjs/
44

5-
import * as Sentry from '@sentry/nextjs'
5+
import * as Sentry from "@sentry/nextjs";
66

77
Sentry.init({
88
dsn: 'https://daf0befe66519725bbe2ad707a11bbb3@o4504017992482816.ingest.us.sentry.io/4506763918770176',
99

10-
// Adjust this value in production, or use tracesSampler for greater control
11-
tracesSampleRate: 1,
12-
1310
// Setting this option to true will print useful information to the console while you're setting up Sentry.
1411
debug: false,
1512

0 commit comments

Comments
 (0)