Increase profiling rate
This commit is contained in:
parent
87d2a937c8
commit
fb98828358
|
|
@ -31,7 +31,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
enableLogs: true,
|
||||
|
||||
// Profiling
|
||||
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.15,
|
||||
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
|
||||
profileLifecycle: 'trace',
|
||||
});
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue