We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_link
Currently, links cannot be added to started spans.
#7 removed the method on a Span because it cited the spec as saying links can be added only during creation.
Span
The doc now has it as a part of its stable API.
Add the method back.
No response
The linked issue which removed the method also citied similar issue in go, but they have since added it back. The latter issue has some context.
The text was updated successfully, but these errors were encountered:
This has been added back as part of #1515
Sorry, something went wrong.
Close as completed
No branches or pull requests
Related Problems?
Currently, links cannot be added to started spans.
#7 removed the method on a
Span
because it cited the spec as saying links can be added only during creation.The doc now has it as a part of its stable API.
Describe the solution you'd like:
Add the method back.
Considered Alternatives
No response
Additional Context
The linked issue which removed the method also citied similar issue in go, but they have since added it back. The latter issue has some context.
The text was updated successfully, but these errors were encountered: