mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
🔧 Disable session replay (#1273)
This commit is contained in:
parent
58640648d2
commit
9491e83348
1 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
// }),
|
||||
// ],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue