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

Add original_error to Report/Event #692

Merged
merged 2 commits into from
Sep 8, 2021
Merged

Add original_error to Report/Event #692

merged 2 commits into from
Sep 8, 2021

Commits on Sep 6, 2021

  1. Add 'original_error' attribute

    This stores the original Exception instance directly. This is
    different to 'raw_exceptions' because 'raw_exceptions' traverses
    'cause' chains to build an array of Exception objects and attempts
    to normalise non-Exception objects into Exceptions
    imjoehaines committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d45a084 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    imjoehaines committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    46c9a84 View commit details
    Browse the repository at this point in the history