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

Extract error causes from backtraces #183

Open
unflxw opened this issue Dec 12, 2023 · 0 comments
Open

Extract error causes from backtraces #183

unflxw opened this issue Dec 12, 2023 · 0 comments

Comments

@unflxw
Copy link
Contributor

unflxw commented Dec 12, 2023

Python error backtraces already contain the information that we'd need to populate the "error causes" sample data, but the agent/processor currently merges all the backtraces from the reported error and its causes together.

Modify how backtraces are processed so that only the backtrace from the reported error is present, and extract the name and message of the derived errors into the "error causes" sample data.

See appsignal/appsignal-ruby#1010 for the Ruby implementation of this same feature -- though note that, in the Python case, no changes need to be made to the Python integration itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant