🔊 Enable session replays

This commit is contained in:
Luke Vella 2025-03-30 21:57:57 +01:00
parent 8163abe186
commit cebc32836b
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -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,
}),
],
});