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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
Java Tracer api has a way to get current active tracer.
https://github.com/opentracing/opentracing-java/blob/master/opentracing-api/src/main/java/io/opentracing/Tracer.java#L44
Javascript api should provide the same thing. Without that it becomes cumbersome to pass around root span throughout code base.
The text was updated successfully, but these errors were encountered: