Skip to main content
Users shows the people using your product and lets you watch what they did. When a problem comes in, you can see exactly who hit it and replay their session to understand how. User profile showing traits, active problems, and session replay events

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 the replay category is allowed. Gate it from the Consent section on your Next.js or Vite SDK page.