Rename session recording to session replay across the codebase.

Renames all files, components, database schema, API routes, hooks,
messages, and build config from "recording" to "replay" terminology.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mike Cao
2026-02-07 00:38:47 -08:00
co-authored by Claude Opus 4.6
parent 72b5c658e2
commit 0a3cf7a9ff
34 changed files with 138 additions and 144 deletions
+4
View File
@@ -0,0 +1,4 @@
export * from './deleteReplaysByWebsite';
export * from './getReplayChunks';
export * from './getSessionReplays';
export * from './saveReplayChunk';