ReplayCanvas | Sentry for Next.js
Source URL: https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/replaycanvas
ReplayCanvas | Sentry for Next.js
Section titled “ReplayCanvas | Sentry for Next.js”This integration only works inside a browser environment.
Import name: Sentry.replayCanvasIntegration
The Replay Canvas integration can be used to capture Session Replays from HTML canvas elements. It requires the Replay integration to be enabled.
There is currently no PII scrubbing in canvas recordings!
Read more about setting up Session Replay with the Canvas integration.
Sentry.init({ integrations: [Sentry.replayCanvasIntegration()],});