fix/sentry init brackets

This commit is contained in:
Enno Gelhaus 2025-08-08 08:04:49 +02:00 committed by GitHub
parent 8c4cebb31a
commit 404d761fab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
Sentry.openAIIntegration({
recordInputs: true,
recordOutputs: true,
)},
}),
],
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
enableLogs: true,