session replay updates. add clickhouse implementation, filters, tables

This commit is contained in:
Francis Cao
2026-03-03 12:47:27 -08:00
parent e9ac09ec5d
commit 5e68661c5d
23 changed files with 359 additions and 150 deletions
+1 -2
View File
@@ -25,10 +25,9 @@ export * from './pageviews/getPageviewMetrics';
export * from './pageviews/getPageviewStats';
export * from './performance/getPerformanceStats';
export * from './performance/savePerformance';
export * from './replays/deleteReplaysByWebsite';
export * from './replays/getReplayChunks';
export * from './replays/getSessionReplays';
export * from './replays/saveReplayChunk';
export * from './replays/saveRecording';
export * from './reports/getBreakdown';
export * from './reports/getFunnel';
export * from './reports/getJourney';