We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ba11f commit f405b04Copy full SHA for f405b04
packages/remix/test/integration/app_v1/entry.server.tsx
@@ -5,7 +5,8 @@ import * as Sentry from '@sentry/remix';
5
6
Sentry.init({
7
dsn: 'https://[email protected]/1337',
8
- tracesSampler: () => true,
+ tracesSampleRate: 1,
9
+ tracePropagationTargets: [],
10
// Disabling to test series of envelopes deterministically.
11
autoSessionTracking: false,
12
});
0 commit comments