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
As was pointed out in this comment it is likely a better approach to just remove the Tracer method from the Span interface and implementation. A consequence of this will be that there will not be a one-to-one mapping of OpenTracing spans, which also have this method, and OTel.
Description
Spans created prior to an SDK being set have a
Tracer
method will always return anoopTracer
instead of a delegatingtracer
.Environment
Steps To Reproduce
Expected behavior
The
Tracer
returned from the span's method should be the delegatingTracer
that will create non-noop spans after the delegation.The text was updated successfully, but these errors were encountered: