-
Notifications
You must be signed in to change notification settings - Fork 111
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
build(deps): Replace direct dependency on sentry-tracing with 'tracing' feature on sentry #6227
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6227 +/- ##
==========================================
- Coverage 77.85% 77.85% -0.01%
==========================================
Files 304 304
Lines 39349 39349
==========================================
- Hits 30637 30636 -1
- Misses 8712 8713 +1 |
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.
Thanks!
Failed in the merge queue with an invalid downloaded PGP key. This appears to be an issue with some Google mirrors. https://github.com/ZcashFoundation/zebra/actions/runs/4277522877/jobs/7446388822#step:9:748 |
@Mergifyio refresh |
✅ Pull request refreshed |
Still happening, but some PRs like #6217 are succeeding, possibly due to cached valid keys: |
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
Dependabot updates for sentry-tracing are often coupled with the core sentry crate, which re-exports sentry-tracing if compiled with the 'tracing' feature.
We won't have to make manual updates to the dependabot PRs if we use sentry-tracing through the sentry crate.
Replaces #6225.
Solution
tracing
feature to sentry crateReview
Anyone can review.
Reviewer Checklist