mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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,
|
replaysSessionSampleRate: 0.1,
|
||||||
|
|
||||||
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
|
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
|
||||||
integrations: [
|
// integrations: [
|
||||||
Sentry.replayIntegration({
|
// Sentry.replayIntegration({
|
||||||
// Additional Replay configuration goes in here, for example:
|
// // Additional Replay configuration goes in here, for example:
|
||||||
maskAllText: true,
|
// maskAllText: true,
|
||||||
blockAllMedia: true,
|
// blockAllMedia: true,
|
||||||
}),
|
// }),
|
||||||
],
|
// ],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue