Replies: 1 comment 3 replies
-
There is currently no official way to do this, but you can check the returned tracer to see if it is the class you expect or you could inspect the global maintained by the API. What usecase are you trying to solve? Adding functionality like this to the API may be possible if there is good reason for it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Calling
trace.getTracerProvider
always returns a value, is there a way to check if it's been set?Beta Was this translation helpful? Give feedback.
All reactions