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 was archived by the owner on Jul 1, 2022. It is now read-only.
JaegerSpan::setTag supported null values until version 1.7.0. This change in JaegerSpan changed the tags map implementation from HashMap to ConcurrentHashMap which doesn't support null values.
To Reproduce
Steps to reproduce the behavior:
Call JaegerSpan::setTag with a null value. No exception until 1.7.0, but you get NPE with 1.7.0.
Expected behavior
No NPE when calling JaegerSpan::setTag with a null value.
Version (please complete the following information):