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
I know that noop span creation via NOOP_TRACER is not a real world usecase. But NOOP_TRACER is used at several places in SDK therefore this can happen. But my target here was to create a simple reproducer.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.18.2
What version of Node are you using?
14.16.0
Please provide the code you used to setup the OpenTelemetry SDK
What did you do?
Create an invalid/NoopSpan and inject it via propagator.
What did you expect to see?
Invalid SpanContext get's not injected into carrier.
What did you see instead?
Invalid span context gets injected:
Additional context
I know that noop span creation via
NOOP_TRACER
is not a real world usecase. ButNOOP_TRACER
is used at several places in SDK therefore this can happen. But my target here was to create a simple reproducer.The text was updated successfully, but these errors were encountered: