-
-
Notifications
You must be signed in to change notification settings - Fork 225
fix: Ensure span ids are 16 characters #3850
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
Conversation
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 for the PR @knd775 ! Looks like a pretty straight forward fix... I just left one comment about preventing a regression.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3850 +/- ##
==========================================
+ Coverage 75.73% 76.53% +0.80%
==========================================
Files 357 389 +32
Lines 13466 14207 +741
Branches 2671 2858 +187
==========================================
+ Hits 10198 10874 +676
- Misses 2593 2640 +47
- Partials 675 693 +18 ☔ View full report in Codecov by Sentry. |
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.
Fantastic - thanks @knd775 🙏🏻
Storing span ids as longs causes leading zeroes to be lost. This restores them.