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 d884f62 commit dea567fCopy full SHA for dea567f
docs/platforms/javascript/common/tracing/index.mdx
@@ -87,6 +87,7 @@ You can also manually start spans to instrument specific parts of your code. Thi
87
If you want to disable tracing, you _should not_ set `tracesSampleRate` at
88
all. Setting it to `0` will not disable tracing, it will simply never send any
89
traces to Sentry.
90
+Instead, neither `tracesSampleRate` nor `tracesSampler` should be defined in your SDK config to fully disable tracing.
91
92
<PlatformSection
93
supported={[
0 commit comments