Integration Options
sentry-rails
rails.report_rescued_exceptions
- Rails catches exceptions in the
ActionDispatch::ShowExceptions
orActionDispatch::DebugExceptions
middlewares, depending on the environment. By default, Sentry will report exceptions even when they are rescued by these middlewares.
You can disable this by setting it to false
:
Copied
config.rails.report_rescued_exceptions
You can edit this page on GitHub.
- Package:
- gem:sentry-ruby
- Version:
- 4.0.1
- Repository:
- https://github.com/getsentry/sentry-ruby