Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent 88a2706 commit 17505d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
sum(s.console_error_count) as console_error_count
FROM session_replay_events s
WHERE s.team_id = 2
AND s.min_first_timestamp >= '2024-02-27 16:54:20'
AND s.min_first_timestamp >= '2024-03-12 00:00:00'
AND s.max_last_timestamp <= '2024-03-19 16:54:20'
AND s.min_first_timestamp >= '2022-12-11 12:00:00'
AND s.min_first_timestamp >= '2022-12-25 00:00:00'
AND s.max_last_timestamp <= '2023-01-01 12:00:00'
GROUP BY session_id
HAVING 1=1
ORDER BY start_time DESC
Expand Down

0 comments on commit 17505d0

Please sign in to comment.