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): ensure replay_id is not added to DSC if session expired (#9359)
We noticed we still sometimes see "too long sessions", and it seems this
is because of errors being tagged with a replay long after the session
expired. After some digging, this may be because we do not check session
expiration when adding the `replay_id` to the DSC. This PR fixes this.
0 commit comments