Please answer these questions before submitting your issue.
Question
Look the code. such as:


The code uses ContextManager.activeSpan() to determine if there is an active span in the current thread, which will cause NPE when no active span. The correct approach should be ContextManager.isActive()
I am right?
Please answer these questions before submitting your issue.
Question
Look the code. such as:


The code uses
ContextManager.activeSpan()to determine if there is an active span in the current thread, which will cause NPE when no active span. The correct approach should beContextManager.isActive()I am right?