Skip to content

Commit e9032f8

Browse files
authored
Update profilesSampleRate for production environment
1 parent 87bdc9a commit e9032f8

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.1,
22+
profilesSampleRate: environment === 'development' ? 1.0 : 0.2,
2323
});

0 commit comments

Comments
 (0)