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.