You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: