Closed
Description
SDK
JavaScript SDK
Description
We should document in somewhere easily accessible how to deactivate tracing in the Next.js SDK:
- Document the tree shaking flag
- Document that you should not set
tracesSampleRate
(vs. setting it to0
) - this should likely also be documented for all other JS SDKs somewhere.
Suggested Solution
No response