File tree 2 files changed +1
-7
lines changed
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'
8
8
Sentry . init ( {
9
9
dsn : 'https://daf0befe66519725bbe2ad707a11bbb3@o4504017992482816.ingest.us.sentry.io/4506763918770176' ,
10
10
11
- // Adjust this value in production, or use tracesSampler for greater control
12
- tracesSampleRate : 1 ,
13
-
14
11
// Setting this option to true will print useful information to the console while you're setting up Sentry.
15
12
debug : false ,
16
13
} )
Original file line number Diff line number Diff line change 2
2
// The config you add here will be used whenever the server handles a request.
3
3
// https://docs.sentry.io/platforms/javascript/guides/nextjs/
4
4
5
- import * as Sentry from ' @sentry/nextjs'
5
+ import * as Sentry from " @sentry/nextjs" ;
6
6
7
7
Sentry . init ( {
8
8
dsn : 'https://daf0befe66519725bbe2ad707a11bbb3@o4504017992482816.ingest.us.sentry.io/4506763918770176' ,
9
9
10
- // Adjust this value in production, or use tracesSampler for greater control
11
- tracesSampleRate : 1 ,
12
-
13
10
// Setting this option to true will print useful information to the console while you're setting up Sentry.
14
11
debug : false ,
15
12
You can’t perform that action at this time.
0 commit comments