diff --git a/docs/platforms/ruby/common/configuration/options.mdx b/docs/platforms/ruby/common/configuration/options.mdx index 1e350c28bfb4d..feeac8436d98a 100644 --- a/docs/platforms/ruby/common/configuration/options.mdx +++ b/docs/platforms/ruby/common/configuration/options.mdx @@ -67,11 +67,7 @@ config.sample_rate = 0.5 -Attach diagnostic client reports about dropped events to an existing envelope max once every 30s. Default is `true`. - -This information will not be visible to users at the moment, but we're planning to add this information to user-facing UI. - -If you **do not** want to send this data, you can opt-out by setting +This lets you attach diagnostic client reports about dropped events to an existing envelope max once every 30s. The default is `true`. If you **don't want to send this data**, opt-out by setting: ```ruby config.send_client_reports = false