From 83759d946ba9363db54fe840f972bb0940899fdf Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Thu, 6 Feb 2025 13:46:35 +0100 Subject: [PATCH] chore(ruby): Remove enable_tracing --- docs/platforms/ruby/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/ruby/common/configuration/options.mdx b/docs/platforms/ruby/common/configuration/options.mdx index 3040e64d09127..748cb7fa34a06 100644 --- a/docs/platforms/ruby/common/configuration/options.mdx +++ b/docs/platforms/ruby/common/configuration/options.mdx @@ -233,7 +233,7 @@ A number between 0 and 1 that determines the percentage of total transaction tha If is set to 0, no new traces will be created. However, if you have another service (for example a JS frontend) that makes requests to your service and has trace information, those traces will be continued and transactions will be sent to Sentry. -To disable all tracing, you'll either need to set `=None` or set `=False`. Once this is done, no new traces will be started and no incoming traces will be continued. +To disable all tracing, you'll need to set ` = nil`. Once this is done, no new traces will be started and no incoming traces will be continued.