-
Notifications
You must be signed in to change notification settings - Fork 571
Deprecate continue_from_headers #5160
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
❌ 14 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
3682891 to
f35af52
Compare
|
|
||
| # will create empty mutable baggage | ||
| baggage = transaction._baggage | ||
| assert baggage |
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.
this differs from the old implementation in that baggage is now None for this case instead of empty and mutable, but the head SDK population semantic is the same, so this is fine.
f35af52 to
f246719
Compare
sentrivana
left a comment
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.
:tears-of-joy:
Description
continue_traceshould be the only recommended way of continuing upstream traces now.