Add replayCanvasIntegration to Sentry client

This commit is contained in:
Enno Gelhaus 2025-11-26 15:54:20 +01:00 committed by GitHub
parent 24ae266041
commit 52e8198bf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
// Disable the injection of the default widget
autoInject: false,
}),
Sentry.replayCanvasIntegration(),
],
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,