Merge branch 'dev' into feat/um-202-event-data-new

This commit is contained in:
Brian Cao 2023-03-23 11:49:36 -07:00
commit f1f602b42d
14 changed files with 115 additions and 39 deletions

View file

@ -31,7 +31,7 @@ function clickhouseQuery(websiteId: string, startAt: Date) {
session_id as sessionId,
created_at as createdAt,
toUnixTimestamp(created_at) as timestamp,
url,
url_path,
event_name as eventName
from event
where event_type = ${EVENT_TYPE.customEvent}