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(core): Force-set replayId on frozen baggage for buffer mode errors
Replace the TraceContext.withReplayId approach with
Baggage.forceSetReplayId — the DSC that relay reads comes from
the transaction's baggage, not the envelope header trace context.
After captureReplay() sets the replayId on scope, force-set it on
the transaction's frozen baggage so the envelope header carries
the correct replay_id in the DSC.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments