mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +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,
|
||||
|
||||
// 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
Reference in a new issue