-
Notifications
You must be signed in to change notification settings - Fork 16
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: Add extra to sentry. [CONSVC-1886] #333
Conversation
jrconlin
commented
Sep 12, 2022
•
edited
Loading
edited
- Update sentry to latest
- convert from chain-error to thiserror
* Update sentry to latest * convert from chain-error to thiserror Closes: CONSVC-1886
d1b8c5b
to
5e92ace
Compare
tests/test_integration_all_rust.py
Outdated
@@ -690,6 +690,11 @@ def _ws_url(self): | |||
@max_logs(conn=4) | |||
def test_sentry_output(self): | |||
# Ensure bad data doesn't throw errors | |||
## The latest sentry library no longer uses the same |
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.
I have a fix for this (capturing via the new sentry envelope API) here: feat/1886-sentry...feat/1886-sentry-test
… feat/1886-sentry
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.
Thanks for adding backtraces. There's a few more commented out lines of code, otherwise looks good.