Increase profileSessionSampleRate for production

This commit is contained in:
Enno Gelhaus 2025-09-18 20:28:51 +02:00 committed by GitHub
parent bb8aa86a42
commit 9a1d85321e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
enableLogs: true,
// Profiling
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.45,
profileLifecycle: 'trace',
});
} catch (err) {