-
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
Add more tracing #605
Add more tracing #605
Conversation
This adds a bit more tracing to Upload related tasks, and task calls, as well as disable spammy signal spans in the automatically enabled Sentry Django integration.
88ac32f
to
f89215e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #605 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 431 431
Lines 36073 36085 +12
=======================================
+ Hits 35205 35217 +12
Misses 868 868
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 #605 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 431 431
Lines 36073 36085 +12
=======================================
+ Hits 35205 35217 +12
Misses 868 868
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 #605 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 431 431
Lines 36073 36085 +12
=======================================
+ Hits 35205 35217 +12
Misses 868 868
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 ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
=======================================
Coverage 97.63% 97.63%
=======================================
Files 466 466
Lines 37279 37291 +12
=======================================
+ Hits 36397 36409 +12
Misses 882 882
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
This adds a bit more tracing to Upload related tasks, and task calls, as well as disable spammy signal spans in the automatically enabled Sentry Django integration.