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 7525a85 commit 1ef40f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,14 @@ This information isn't currently visible to users, but we're planning on adding

<ConfigKey name="send-default-pii">

When its value is `false` (default), sensitive information like
When its value is `false` (the default), sensitive information like:

- user ip
- user cookie
- request body
- query string in the url

will not be sent to Sentry.

You can re-enable it by setting:
won't be sent to Sentry. You can re-enable it by setting:

```ruby
config.send_default_pii = true
Expand Down

0 comments on commit 1ef40f0

Please sign in to comment.