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
In our case it means updating the span context stored in the context when End is called, which is nice since it'll make future calls of any functions to update the span in ets (which will fail since the span has been end'ed and moved to the export table) will short circuit on the span context is_recording being false.
The text was updated successfully, but these errors were encountered:
Added to the spec in open-telemetry/opentelemetry-specification#1011 which should be merged soon.
In our case it means updating the span context stored in the context when End is called, which is nice since it'll make future calls of any functions to update the span in ets (which will fail since the span has been end'ed and moved to the export table) will short circuit on the span context
is_recording
being false.The text was updated successfully, but these errors were encountered: