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): Add fallback ordering to replay index page (#103328)
fixes REPLAY-830
In the replay index page, when sorting by columns that contain duplicate
values (e.g., startedAt, duration, countErrors), the order of rows with
identical values is non-deterministic, which results in inconsistent
pagination. Let's add a fallback ordering on replay_id. We are already
grouping by replay_id so the fallback sort will operate on the
aggregated results.
0 commit comments