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 Oct 3, 2023. It is now read-only.
There are scenarios when spans may need to be reported after actual work was already completed. The proposal was to allow this scenario by requiring to construct SpanData explicitly and send it to the export component.
In order to implement it - export component need to expose the Export method that accepts SpanData. So implementation will not be required to get access to the handlers.