Increase profileSessionSampleRate for production
This commit is contained in:
parent
bb8aa86a42
commit
9a1d85321e
|
|
@ -35,7 +35,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
enableLogs: true,
|
||||
|
||||
// Profiling
|
||||
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
|
||||
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.45,
|
||||
profileLifecycle: 'trace',
|
||||
});
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue