sentry: tracesSampleRate 1.0

This commit is contained in:
Alex Gleason 2024-03-27 18:22:50 -05:00
parent 9842b1aedd
commit 0cfef1cb59
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ if (Conf.sentryDsn) {
console.log('Sentry enabled');
Sentry.init({
dsn: Conf.sentryDsn,
tracesSampleRate: .2,
tracesSampleRate: 1.0,
});
}