diff --git a/apps/web/sentry.client.config.ts b/apps/web/sentry.client.config.ts index 34323247c..40bbfa1fd 100644 --- a/apps/web/sentry.client.config.ts +++ b/apps/web/sentry.client.config.ts @@ -21,11 +21,11 @@ Sentry.init({ replaysSessionSampleRate: 0.1, // You can remove this option if you're not planning to use the Sentry Session Replay feature: - // integrations: [ - // Sentry.replayIntegration({ - // // Additional Replay configuration goes in here, for example: - // maskAllText: true, - // blockAllMedia: true, - // }), - // ], + integrations: [ + Sentry.replayIntegration({ + // Additional Replay configuration goes in here, for example: + maskAllText: true, + blockAllMedia: true, + }), + ], });