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 31, 2023. It is now read-only.
The ocp:finish_span logic takes the parent span id of the span being finished and makes that the new current span context. It should be checking if the parent is a remote span, in which case set the current span context to undefined.