Merge branch 'dev' into jajaja

# Conflicts:
#	pnpm-lock.yaml
#	src/app/(main)/websites/[websiteId]/events/EventProperties.tsx
#	src/components/messages.ts
#	src/lib/constants.ts
#	src/queries/sql/pageviews/getPageviewMetrics.ts
#	src/queries/sql/sessions/getWebsiteSessions.ts
This commit is contained in:
Mike Cao 2025-07-15 13:01:50 -07:00
commit a9a9b57f80
10 changed files with 356 additions and 90 deletions

View file

@ -35,6 +35,7 @@ export const EVENT_COLUMNS = [
'query',
'event',
'tag',
'host',
];
export const SESSION_COLUMNS = [
@ -46,7 +47,6 @@ export const SESSION_COLUMNS = [
'country',
'city',
'region',
'hostname',
];
export const FILTER_GROUPS = {