Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter backtrace before formatting in #handle_exception #916

Merged
merged 1 commit into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. Filter backtrace before format in handle_exception

    handle_exception now applies the filter_backtrace to exception
    backtraces prior to formatting the lines with Exception#full_message
    
    This fixes a bug in upstream projects, notably Rails, where the
    backtrace filtering logic expects the lines to be formatted as
    Exception#backtrace.
    
    Co-authored-by: Hartley McGuire <[email protected]>
    joshbroughton and skipkayhil committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    187939f View commit details
    Browse the repository at this point in the history