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
feat: make trace ID and span ID public on OtelData (#233)
## Motivation
Get the IDs from the `OtelData` struct.
Closes#227
## Solution
When the context is started, we can get the IDs.
There is however nothing to report when the context is not yet fully
built. But if it is not, there is not span ID to report and reporting
the parent span's trace ID from the builder may not be correct as that
may still change.
0 commit comments