Commit 207b0bc
authored
fix(replay): ensure
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.replay_id is not added to DSC if session expired (#9359)1 parent f0b0281 commit 207b0bc
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments