Skip to content

Replay | Sentry for Next.js

Source URL: https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/replay

This integration only works inside a browser environment.

Import name: Sentry.replayIntegration

Session Replay helps you get to the root cause of an error or latency issue faster by providing you with a video-like reproduction of what was happening in the user’s browser before, during, and after the issue. You can rewind and replay your application’s DOM state and see key user interactions, like mouse clicks, scrolls, network requests, and console entries, in a single combined UI inspired by your browser’s DevTools.

Read more about setting up Session Replay.

Sentry.init({
integrations: [Sentry.replayIntegration()],
});