Skip to content

Commit 9a1d853

Browse files
authored
Increase profileSessionSampleRate for production
1 parent bb8aa86 commit 9a1d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/sentry/initialize.sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
3535
enableLogs: true,
3636

3737
// Profiling
38-
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
38+
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.45,
3939
profileLifecycle: 'trace',
4040
});
4141
} catch (err) {

0 commit comments

Comments
 (0)