Skip to content

Commit 7cbc0d7

Browse files
authored
feat(js): Drop enableTracing from docs (#12488)
This is deprecated and should not be used anymore.
1 parent 7f8a970 commit 7cbc0d7

File tree

1 file changed

+0
-6
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+0
-6
lines changed

docs/platforms/javascript/common/configuration/options.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
351351

352352
## Tracing Options
353353

354-
<ConfigKey name="enable-tracing">
355-
356-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the `traces-sample-rate` to the recommended default of 1.0 if `traces-sample-rate` is not defined. Note that `traces-sample-rate` and `traces-sampler` take precedence over this option.
357-
358-
</ConfigKey>
359-
360354
<ConfigKey name="traces-sample-rate">
361355

362356
A number between 0 and 1, controlling the percentage chance a given transaction will be sent to Sentry. (0 represents 0% while 1 represents 100%.) Applies equally to all transactions created in the app. Either this or <PlatformIdentifier name="traces-sampler" /> must be defined to enable tracing.

0 commit comments

Comments
 (0)