Skip to content

Commit fb98828

Browse files
authored
Increase profiling rate
1 parent 87d2a93 commit fb98828

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
@@ -31,7 +31,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
3131
enableLogs: true,
3232

3333
// Profiling
34-
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.15,
34+
profileSessionSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.35,
3535
profileLifecycle: 'trace',
3636
});
3737
} catch (err) {

0 commit comments

Comments
 (0)