mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
🔊 Enable session replays
This commit is contained in:
parent
8163abe186
commit
cebc32836b
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
Reference in a new issue