Skip to content

Commit dea567f

Browse files
committed
more explicit
1 parent d884f62 commit dea567f

File tree

1 file changed

+1
-0
lines changed
  • docs/platforms/javascript/common/tracing

1 file changed

+1
-0
lines changed

docs/platforms/javascript/common/tracing/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ You can also manually start spans to instrument specific parts of your code. Thi
8787
If you want to disable tracing, you _should not_ set `tracesSampleRate` at
8888
all. Setting it to `0` will not disable tracing, it will simply never send any
8989
traces to Sentry.
90+
Instead, neither `tracesSampleRate` nor `tracesSampler` should be defined in your SDK config to fully disable tracing.
9091

9192
<PlatformSection
9293
supported={[

0 commit comments

Comments
 (0)