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

Add first backtrace line to error causes #1304

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Add first backtrace line to error causes #1304

merged 2 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Add first backtrace line to error causes

    To give a bit more context about the error causes, include the first
    backtrace line, showing where it originates.
    
    The server needs to be updated to show this in the UI.
    
    Part of appsignal/feature-requests#387
    tombruijn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    496b035 View commit details
    Browse the repository at this point in the history
  2. Run error cause backtrace lines through filters

    If the Rails backtrace cleaner filter is present also run the error
    cause backtrace through the filter as well.
    
    Replicate our processor behavior for the error causes by stripping of
    the app/root path in the Ruby gem.
    tombruijn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    097bc32 View commit details
    Browse the repository at this point in the history