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
sdk: span parents are now always spancontext (#548)
Exporter and span handling complexity was increasing due to the
Span.parent attribute being either a Span or a SpanContext.
As there is no requirement in the specification to have the parent
attribute be a Span, removing this complexity and handling.
Co-authored-by: Chris Kleinknecht <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
0 commit comments