Update profilesSampleRate for production environment
This commit is contained in:
parent
87bdc9aefa
commit
e9032f8c8a
|
|
@ -19,5 +19,5 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
|
|||
replaysSessionSampleRate: environment === 'development' ? 1.0 : 0.5,
|
||||
replaysOnErrorSampleRate: 1.0,
|
||||
|
||||
profilesSampleRate: environment === 'development' ? 1.0 : 0.1,
|
||||
profilesSampleRate: environment === 'development' ? 1.0 : 0.2,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue