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 Sep 17, 2025. It is now read-only.
When the tracer returns a NullContextManager object for a span, the usual span.add_attribute(...) calls raise an AttributeError. I think NullContextManager should have an add_attribute(*args, **kwargs) method that does nothing.
When the tracer returns a
NullContextManagerobject for a span, the usualspan.add_attribute(...)calls raise an AttributeError. I thinkNullContextManagershould have anadd_attribute(*args, **kwargs)method that does nothing.