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
We used it to modify the underlying exception type so that different updateEventFromOriginalException calls would be able to modify the underlying exception. Specifically, we want this to remove the SomeAsyncException wrapper and AnnotatedException.
This allows the "type" of an exception to be updated as the report is processed.
The text was updated successfully, but these errors were encountered:
bugsnag-haskell
had a fieldbeOriginalException :: Maybe SomeException
. This field (or a similar one) is present on the .NET client,bugsnag-js
, and the Python reporter.We used it to modify the underlying exception type so that different
updateEventFromOriginalException
calls would be able to modify the underlying exception. Specifically, we want this to remove theSomeAsyncException
wrapper andAnnotatedException
.This allows the "type" of an exception to be updated as the report is processed.
The text was updated successfully, but these errors were encountered: