Add replayCanvasIntegration to Sentry client
This commit is contained in:
parent
24ae266041
commit
52e8198bf1
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue