We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8aa86 commit 9a1d853Copy full SHA for 9a1d853
libraries/nestjs-libraries/src/sentry/initialize.sentry.ts
@@ -35,7 +35,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
35
enableLogs: true,
36
37
// Profiling
38
- profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
+ profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.45,
39
profileLifecycle: 'trace',
40
});
41
} catch (err) {
0 commit comments