Skip to content

Commit

Permalink
🔧 Disable session replay (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored Aug 24, 2024
1 parent 5864064 commit 9491e83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/web/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// }),
// ],
});

0 comments on commit 9491e83

Please sign in to comment.