File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import * as Sentry from '@sentry/nextjs'
88Sentry . 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} )
Original file line number Diff line number Diff line change 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
77Sentry . 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
You can’t perform that action at this time.
0 commit comments