Increase sampleRate for backend services

Set tracesSampleRate to 1.0 for all environments.
This commit is contained in:
Enno Gelhaus 2025-11-18 15:51:41 +01:00 committed by GitHub
parent 403b4a0fe1
commit 28eed857b2
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) => {
recordOutputs: true,
}),
],
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.25,
tracesSampleRate: 1.0,
enableLogs: true,
// Profiling