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