
Your users
Each user shows their traits, when they were last active, and which surfaces they’ve used. You populate this by identifying users from your app, which attaches a name and email to a session instead of an anonymous id. See Identity in your SDK guide (Next.js, Vite). Until you identify them, sessions stay anonymous.Session replays
Interfere records sessions so you can watch them back: the pages a user visited, the actions they took, and the problems they ran into along the way. From a problem, jump to the replays where it happened to see it in real context rather than from a stack trace alone. Session replay is part of the SDK’s capture and respects consent: it only runs when thereplay category is allowed. Gate it from the Consent section on your Next.js or Vite SDK page.