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
We used to have a different implementation, that worked slightly different.
This had two problems:
1. We did not look up the root span in the OTEL implementation, but relied on already passing in the root span (in core, we convert it to root span)
2. We did not use frozen DSC properly
Now, the core implementation just works for both OTEL and core spans.
0 commit comments