saved session replay implementation checkpoint

This commit is contained in:
Francis Cao
2026-03-09 13:51:08 -07:00
parent 81fd8e63a1
commit 1bffb3cbf3
21 changed files with 392 additions and 78 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ async function clickhouseQuery(
),
user_activities AS (
select distinct
website_event.session_id,
website_event.session_id as session_id,
toInt32((${getDateSQL('created_at', unit, timezone)} - cohort_items.cohort_date) / 86400) as day_number
from website_event
join cohort_items