Skip to content

Commit 6b4fa07

Browse files
authored
Adjust profilesSampleRate for production environment
1 parent 9a1d853 commit 6b4fa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/react-shared-libraries/src/sentry/initialize.sentry.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
1919
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.5,
2020
replaysOnErrorSampleRate: 1.0,
2121

22-
profilesSampleRate: environment === 'development' ? 1.0 : 0.2,
22+
profilesSampleRate: environment === 'development' ? 1.0 : 0.45,
2323
});

0 commit comments

Comments
 (0)