-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update Sentry SDK to latest #651
Conversation
d6bc83b
to
ce0ec8d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 98.10% 98.10% -0.01%
==========================================
Files 476 476
Lines 38170 38129 -41
==========================================
- Hits 37447 37406 -41
Misses 723 723
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 437 437
Lines 36849 36808 -41
==========================================
- Hits 36134 36093 -41
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 437 437
Lines 36849 36808 -41
==========================================
- Hits 36134 36093 -41
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 437 437
Lines 36849 36808 -41
==========================================
- Hits 36134 36093 -41
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
42bab2a
to
93a7d0b
Compare
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!
93a7d0b
to
76dd511
Compare
This also changes all the imports/usage to use `sentry_sdk` rather than more focused imports
76dd511
to
19eedbf
Compare
This also changes all the imports/usage to use
sentry_sdk
rather than more focused imports.Probably depends on codecov/shared#338