Setup How-Tos
-
Session Replay in Next.js: App Router Edition
How to add session replay to a Next.js App Router project: client component providers, strict mode double-init, env vars, and route change tracking.
-
Adding Session Replay to a Vite + React App
Where to initialize session replay in a Vite + React app, how to split dev and prod config with env vars, and the strict-mode gotcha that double-records.