Closed imjoehaines closed 3 years ago
This PR adds an original_error attribute to the Report/Event class, containing the Exception instance used to construct the Report
original_error
Report
Event
Exception
This will replace the current Report#raw_exceptions in the next major version
Report#raw_exceptions
Goal
This PR adds an
original_error
attribute to theReport
/Event
class, containing theException
instance used to construct the ReportThis will replace the current
Report#raw_exceptions
in the next major version