-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: Export client.EventFromMessage, client.EventFromException, and event.SetException #607
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #607 +/- ##
==========================================
- Coverage 80.03% 79.90% -0.13%
==========================================
Files 38 38
Lines 3881 3887 +6
==========================================
Hits 3106 3106
- Misses 669 673 +4
- Partials 106 108 +2
☔ View full report in Codecov by Sentry. |
This adds a new method This allows you to populate an |
Co-authored-by: Kevin Snyder <[email protected]>
@cleptric merged #608 into this PR (thanks @KevinSnyderCodes), and added a few docstrings. Should be good to go, I think 👍 |
Export the existing
client.EventFromMessage
,client.EventFromException
, and the newevent.SetException
method to facilitate logging integrations.refs #291 (comment)