bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
248 stars 173 forks source link

Add `original_error` to Report/Event #692

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

This PR adds an original_error attribute to the Report/Event class, containing the Exception instance used to construct the Report

This will replace the current Report#raw_exceptions in the next major version