-
Notifications
You must be signed in to change notification settings - Fork 220
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 support for errors.Unwrap() in SetException #792
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #792 +/- ##
==========================================
+ Coverage 81.97% 82.06% +0.08%
==========================================
Files 49 49
Lines 4848 4872 +24
==========================================
+ Hits 3974 3998 +24
Misses 732 732
Partials 142 142 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Ivan Dlugos <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after a changelog entry is added
Co-authored-by: Ivan Dlugos <[email protected]>
Add support for handling errors using errors.Unwrap() in SetException.
Add ParentID, ExceptionID and Source to Exception.
Related issue: #693
RFC