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
Simplify continue_trace to reuse propagation_context values
We are already parsing both `sentry-trace` and `baggage` headers and
filling in `sample_rand` while constructing the `propagation_context`.
We don't need the redundant logic in `Transaction.continue_from_headers`
anymore.
0 commit comments