-
Notifications
You must be signed in to change notification settings - Fork 2
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 finer Sentry HTTP Tracing #237
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will increase total bundle size by 45.56kB (0.73%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 2.57kB (0.04%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Description
This PR adds in some extra tracing that's a bit finer grain looking at the specific fetch requests for getting the pre-signed URL, and uploading stats. As well we've added in distributed tracing for getting the pre-signed URL (only when talking to Codecov).
Ticket: codecov/engineering-team#954
Notable Changes
getPreSignedURL
, anduploadStats
fetching