Rename session recording to session replay across the codebase.
Some checks failed
Node.js CI / build (push) Has been cancelled

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
parent 72b5c658e2
commit 0a3cf7a9ff
34 changed files with 138 additions and 144 deletions

View file

@ -15,7 +15,7 @@ export default {
commonjs(),
replace({
__COLLECT_API_HOST__: process.env.COLLECT_API_HOST || '',
__COLLECT_RECORDING_ENDPOINT__: process.env.COLLECT_RECORDING_ENDPOINT || '/api/record',
__COLLECT_REPLAY_ENDPOINT__: process.env.COLLECT_REPLAY_ENDPOINT || '/api/record',
delimiters: ['', ''],
preventAssignment: true,
}),