Skip to content

Commit af4defe

Browse files
committed
Update test dsns and tunnel
1 parent f7f64da commit af4defe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dev-packages/e2e-tests/test-applications/supabase-nextjs/sentry.client.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
import * as Sentry from "@sentry/nextjs";
66

77
Sentry.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,

dev-packages/e2e-tests/test-applications/supabase-nextjs/sentry.edge.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import * as Sentry from "@sentry/nextjs";
66

77
Sentry.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,

dev-packages/e2e-tests/test-applications/supabase-nextjs/sentry.server.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import * as Sentry from '@sentry/nextjs';
66

77
Sentry.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,

0 commit comments

Comments
 (0)