Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ A number between 0 and 1 that determines the percentage of total transaction tha

If <PlatformIdentifier name="traces-sample-rate" /> 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 <PlatformIdentifier name="traces-sample-rate" />`=None` or set <PlatformIdentifier name="enable-tracing" />`=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 <PlatformIdentifier name="traces-sample-rate" />` = nil`. Once this is done, no new traces will be started and no incoming traces will be continued.

<PlatformContent includePath="performance/traces-sample-rate" />

Expand Down
Loading