Skip to content

Commit aa70d31

Browse files
committed
force sampling decision
1 parent 4758924 commit aa70d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integrations/undici.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ beforeAll(async () => {
2828

2929
const DEFAULT_OPTIONS = getDefaultNodeClientOptions({
3030
dsn: SENTRY_DSN,
31-
tracesSampleRate: 1,
31+
tracesSampler: () => true,
3232
integrations: [new Undici()],
3333
});
3434

0 commit comments

Comments
 (0)