-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
URL
https://docs.sentry.io/platforms/javascript/guides/session-replay/
Additional Info
In the JS Sentry.replayIntegration notes:
(alias) replayIntegration(options?: ReplayConfiguration | undefined): Replay
export replayIntegration
Sentry integration for Session Replay.
See the Replay documentation for more information.
Sentry.init({
dsn: 'DSN',
integrations: [Sentry.replayIntegration()],
});
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
Waiting for: Support