Set replaysSessionSampleRate to a fixed value of 1.0

This commit is contained in:
Enno Gelhaus 2025-10-04 00:07:47 +02:00 committed by GitHub
parent df47e9f5ed
commit 0128eb77b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
autoInject: false,
}),
],
replaysSessionSampleRate: environment == 1.0,
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
profilesSampleRate: environment === 'development' ? 1.0 : 0.75,