You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Span object's parent can be both a Span, or a SpanContext object.
This is resulting in multiple parts of the code where one has to handle the Span parent case, and the SpanContext parent case.
It would be great if we decided to go one or the other. As a proposal, I'll suggest it should be a Span, as currently Span, as it contains additional data in addition to the context such as Events.