-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: implement new sentry sdk and remove raven dependency #5967
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
Conversation
Codecov Report
@@ Coverage Diff @@
## development #5967 +/- ##
===============================================
+ Coverage 66.38% 66.45% +0.06%
===============================================
Files 285 284 -1
Lines 13903 13902 -1
===============================================
+ Hits 9230 9239 +9
+ Misses 4673 4663 -10
Continue to review full report at Codecov.
|
|
@iamareebjamal review please |
requirements/common.txt
Outdated
| google-compute-engine~=2.8 | ||
| factory_boy~=2.12 | ||
| raven[flask]~=6.10 | ||
| sentry-sdk[flask] |
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.
Add version number
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.
@iamareebjamal okay
|
Please verify on a sentry project that it is working |
|
@iamareebjamal I have run it on my our project itself, I am attaching the logs : |
|
|
|
Remove WIP status when it's ready for review |
|
@iamareebjamal on my own project (local repo) 😆 |

Fixes #5837
Checklist
developmentbranch.Short description of what this resolves:
This implements new
sentry-sdkand removes the legacyraven[flask]dependency