Skip to content

Commit c55ad9a

Browse files
committed
fix: tracesSampler to solve empty sample_rates
1 parent 0703b7a commit c55ad9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function main() {
2323
integrations: [
2424
new Sentry.Integrations.Http({ tracing: true }),
2525
],
26-
tracesSampleRate: 1.0,
26+
tracesSampler: () => 1.0,
2727
})
2828

2929
const { logger } = await import('./lib/log')

0 commit comments

Comments
 (0)