Skip to content

Commit f405b04

Browse files
committed
no trace propagation plz
1 parent b1ba11f commit f405b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/remix/test/integration/app_v1/entry.server.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import * as Sentry from '@sentry/remix';
55

66
Sentry.init({
77
dsn: 'https://[email protected]/1337',
8-
tracesSampler: () => true,
8+
tracesSampleRate: 1,
9+
tracePropagationTargets: [],
910
// Disabling to test series of envelopes deterministically.
1011
autoSessionTracking: false,
1112
});

0 commit comments

Comments
 (0)