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(replay): Set replay_id on DSC after buffer-to-session conversion
When `sendBufferedReplayOrFlush` converts from buffer to session mode,
it calls `startRecording()` directly but never updates the cached DSC
with the new replay_id. The `createDsc` hook only fires for new spans,
not for an already-cached DSC on the scope, so the replay_id was missing
from all outgoing requests until a new span was created.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments