Skip to content

Obsolete information about show_exceptions #371

@travisp

Description

@travisp
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions