We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0703b7a commit c55ad9aCopy full SHA for c55ad9a
1 file changed
cli/index.ts
@@ -23,7 +23,7 @@ async function main() {
23
integrations: [
24
new Sentry.Integrations.Http({ tracing: true }),
25
],
26
- tracesSampleRate: 1.0,
+ tracesSampler: () => 1.0,
27
})
28
29
const { logger } = await import('./lib/log')
0 commit comments