Skip to content

Commit

Permalink
Update docs/platforms/ruby/common/configuration/options.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
sl0thentr0py and lizokm committed Aug 16, 2024
1 parent 5f8ee5f commit cd8b23c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ config.sample_rate = 0.5

<ConfigKey name="send-client-reports">

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
Expand Down

0 comments on commit cd8b23c

Please sign in to comment.