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
feat(core): Deprecate span.toTraceparent() in favor of spanToTraceHeader() util (#10031)
Instead, there is a new util `spanToTraceHeader(span)` which can be
used. This is done to align the Span schema with OpenTelemetry.
Open question: Do we need to re-export this from all our packages, so
users can also use this directly?
0 commit comments