File tree 3 files changed +6
-6
lines changed
dev-packages/e2e-tests/test-applications/supabase-nextjs
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
import * as Sentry from "@sentry/nextjs" ;
6
6
7
7
Sentry . init ( {
8
- dsn : 'https://f183f54e7d7d4f018dddaaade1f8481a@o447951 .ingest.us. sentry.io/5659328 ' ,
8
+ dsn : 'https://public@dsn .ingest.sentry.io/1337 ' ,
9
9
environment : 'qa' , // dynamic sampling bias to keep transactions
10
10
11
11
// Add optional integrations for additional features
12
12
integrations : [
13
13
Sentry . replayIntegration ( ) ,
14
14
] ,
15
- // tunnel: 'http://localhost:3031/', // proxy server
15
+ tunnel : 'http://localhost:3031/' , // proxy server
16
16
17
17
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
18
18
tracesSampleRate : 1 ,
Original file line number Diff line number Diff line change 5
5
import * as Sentry from "@sentry/nextjs" ;
6
6
7
7
Sentry . init ( {
8
- dsn : 'https://f183f54e7d7d4f018dddaaade1f8481a@o447951 .ingest.us. sentry.io/5659328 ' ,
8
+ dsn : 'https://public@dsn .ingest.sentry.io/1337 ' ,
9
9
environment : 'qa' , // dynamic sampling bias to keep transactions
10
10
sendDefaultPii : true ,
11
11
tracesSampleRate : 1 ,
12
- // tunnel: 'http://localhost:3031/', // proxy server
12
+ tunnel : 'http://localhost:3031/' , // proxy server
13
13
transportOptions : {
14
14
// We expect the app to send a lot of events in a short time
15
15
bufferSize : 1000 ,
Original file line number Diff line number Diff line change 5
5
import * as Sentry from '@sentry/nextjs' ;
6
6
7
7
Sentry . init ( {
8
- dsn : 'https://f183f54e7d7d4f018dddaaade1f8481a@o447951 .ingest.us. sentry.io/5659328 ' ,
8
+ dsn : 'https://public@dsn .ingest.sentry.io/1337 ' ,
9
9
environment : 'qa' , // dynamic sampling bias to keep transactions
10
10
tracesSampleRate : 1 ,
11
11
sendDefaultPii : true ,
12
- // tunnel: 'http://localhost:3031/', // proxy server
12
+ tunnel : 'http://localhost:3031/' , // proxy server
13
13
transportOptions : {
14
14
// We expect the app to send a lot of events in a short time
15
15
bufferSize : 1000 ,
You can’t perform that action at this time.
0 commit comments