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 4758924 commit aa70d31Copy full SHA for aa70d31
packages/node/test/integrations/undici.test.ts
@@ -28,7 +28,7 @@ beforeAll(async () => {
28
29
const DEFAULT_OPTIONS = getDefaultNodeClientOptions({
30
dsn: SENTRY_DSN,
31
- tracesSampleRate: 1,
+ tracesSampler: () => true,
32
integrations: [new Undici()],
33
});
34
0 commit comments