-
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
Log usage of niche features #893
Conversation
This adds Sentry `capture_message` to some rarely-used features, in order to help decide what to do about these.
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
==========================================
- Coverage 98.05% 98.04% -0.01%
==========================================
Files 444 444
Lines 35394 35399 +5
==========================================
+ Hits 34704 34708 +4
- Misses 690 691 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #893 +/- ##
==========================================
- Coverage 98.05% 98.04% -0.01%
==========================================
Files 444 444
Lines 35394 35399 +5
==========================================
+ Hits 34704 34708 +4
- Misses 690 691 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #893 +/- ##
==========================================
- Coverage 98.05% 98.04% -0.01%
==========================================
Files 444 444
Lines 35394 35399 +5
==========================================
+ Hits 34704 34708 +4
- Misses 690 691 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #893 +/- ##
==========================================
- Coverage 98.05% 98.04% -0.01%
==========================================
Files 444 444
Lines 35394 35399 +5
==========================================
+ Hits 34704 34708 +4
- Misses 690 691 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
This adds Sentry
capture_message
to some rarely-used features, in order to help decide what to do about these.