Skip to content

Commit

Permalink
Reduce Sentry Replay rate
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Aug 1, 2024
1 parent 462dc3b commit a90c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (environment.sentryEnvironment) {
blockAllMedia: false,
}),
],
replaysSessionSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
});
}
Expand Down

0 comments on commit a90c500

Please sign in to comment.