-
-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Description
You'll still want to ensure you've disabled anything that would prevent errors from being propagated to the Raven::Rack middleware, like ActionDispatch::ShowExceptions:
config.action_dispatch.show_exceptions = false # this is the default setting in production
https://github.com/getsentry/raven-ruby/wiki/Integrations
show_exceptions is default true in production in rails (at least the latest versions). Is there anything that should be done in modern rails to make sure errors are propagated to Raven?
Metadata
Metadata
Assignees
Labels
No labels