Skip to content

Commit

Permalink
Update link to IGNORE_DEFAULT in README (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny authored Mar 12, 2021
1 parent 060cb25 commit 82ea7ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sentry-ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ end

### Sentry doesn't report some kinds of data by default

**Sentry ignores some exceptions by default** - most of these are related to 404s parameter parsing errors. [For a complete list, see the `IGNORE_DEFAULT` constant](https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L118) and the integration gems' `IGNORE_DEFAULT`, like [`sentry-rails`'s](https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/configuration.rb#L12)
**Sentry ignores some exceptions by default** - most of these are related to 404s parameter parsing errors. [For a complete list, see the `IGNORE_DEFAULT` constant](https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L151) and the integration gems' `IGNORE_DEFAULT`, like [`sentry-rails`'s](https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/configuration.rb#L12)

Sentry doesn't send personally identifiable information (pii) by default, such as request body, user ip or cookies. If you want those information to be sent, you can use the `send_default_pii` config option:

Expand Down Expand Up @@ -249,8 +249,8 @@ Sentry.capture_exception(exception, tags: {foo: "bar"})

## More Information

* [Documentation](https://docs.sentry.io/platforms/ruby/)
* [Bug Tracker](https://github.com/getsentry/sentry-ruby/issues)
* [Forum](https://forum.sentry.io/)
- [Documentation](https://docs.sentry.io/platforms/ruby/)
- [Bug Tracker](https://github.com/getsentry/sentry-ruby/issues)
- [Forum](https://forum.sentry.io/)
- [Discord](https://discord.gg/ez5KZN7)

0 comments on commit 82ea7ce

Please sign in to comment.