Skip to content

Commit f9c8d0e

Browse files
committed
routes
1 parent 9e177e3 commit f9c8d0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as Sentry from '@sentry/remix';
66
Sentry.init({
77
dsn: 'https://[email protected]/1337',
88
tracesSampleRate: 1,
9-
tracePropagationTargets: [],
9+
tracePropagationTargets: [/^(?!.*routes).*$/],
1010
// Disabling to test series of envelopes deterministically.
1111
autoSessionTracking: false,
1212
});

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import * as Sentry from '@sentry/remix';
66
Sentry.init({
77
dsn: 'https://[email protected]/1337',
88
tracesSampleRate: 1,
9+
tracePropagationTargets: [/^(?!.*routes).*$/],
910
// Disabling to test series of envelopes deterministically.
1011
autoSessionTracking: false,
1112
});

0 commit comments

Comments
 (0)