From 89bf673908e8fe32b8a367561575d2575d0171ff Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Tue, 15 Oct 2024 15:59:57 +0200 Subject: [PATCH] Remove enableTracing option from Java SDK as it has been removed in v8 --- docs/platforms/android/configuration/options.mdx | 6 ------ docs/platforms/java/common/configuration/options.mdx | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 69ece2608b43d..d6009d6970308 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -266,12 +266,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events ## Tracing Options - - -A boolean value, if true, transactions and trace data will be generated and captured. This will set the to the recommended default of 1.0 if is not defined. Note that and take precedence over this option. - - - 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 must be defined to enable tracing. diff --git a/docs/platforms/java/common/configuration/options.mdx b/docs/platforms/java/common/configuration/options.mdx index ed6628cfa6bab..4ccb4c87be110 100644 --- a/docs/platforms/java/common/configuration/options.mdx +++ b/docs/platforms/java/common/configuration/options.mdx @@ -221,12 +221,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events ## Tracing Options - - -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. - - - 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 must be defined to enable tracing.