Increase profiling rate

This commit is contained in:
Enno Gelhaus 2025-09-18 13:31:47 +02:00 committed by GitHub
parent 87d2a937c8
commit fb98828358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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