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
fix(tracing): Set correct parent span id on fetch sentry-trace header (#8687)
In slack we reported a bug where there seemed to be the wrong parent
span id attached to outgoing `sentry-trace` headers.
This ends up being because the `addTracingHeadersToFetchRequest`
attempts to use the transaction instead of the active request span to
generate the outgoing `sentry-trace` header.
This fixes that by adding the span to the
`addTracingHeadersToFetchRequest` method.
0 commit comments