-
Notifications
You must be signed in to change notification settings - Fork 28
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 sentry metrics set to legacy endpoint #422
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #422 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 637 637
Lines 16821 16823 +2
=======================================
+ Hits 16167 16169 +2
Misses 654 654
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 ✅
Additional details and impacted files@@ Coverage Diff @@
## main #422 +/- ##
=====================================
Coverage 95.82 95.82
=====================================
Files 757 757
Lines 17404 17406 +2
=====================================
+ Hits 16676 16678 +2
Misses 728 728
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #422 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 637 637
Lines 16821 16823 +2
=======================================
+ Hits 16167 16169 +2
Misses 654 654
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose/Motivation
We want a percentage of orgs using the CLI vs using the uploader.
This sentry metrics set was previously added to the new upload endpoint.
What does this PR do?