Skip to content

Commit 2b9e624

Browse files
authored
Remove enableTracing option from Java SDK as it has been removed in v8 (#11575)
1 parent c5fc834 commit 2b9e624

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/platforms/android/configuration/options.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
266266

267267
## Tracing Options
268268

269-
<ConfigKey name="enable-tracing">
270-
271-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the <PlatformIdentifier name="traces-sample-rate" /> to the recommended default of 1.0 if <PlatformIdentifier name="traces-sample-rate" /> is not defined. Note that <PlatformIdentifier name="traces-sample-rate" /> and <PlatformIdentifier name="traces-sampler" /> take precedence over this option.
272-
273-
</ConfigKey>
274-
275269
<ConfigKey name="traces-sample-rate">
276270

277271
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.

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
221221

222222
## Tracing Options
223223

224-
<ConfigKey name="enable-tracing">
225-
226-
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.
227-
228-
</ConfigKey>
229-
230224
<ConfigKey name="traces-sample-rate">
231225

232226
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)