Increase sampleRate for backend services
Set tracesSampleRate to 1.0 for all environments.
This commit is contained in:
parent
403b4a0fe1
commit
28eed857b2
|
|
@ -31,7 +31,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
recordOutputs: true,
|
||||
}),
|
||||
],
|
||||
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.25,
|
||||
tracesSampleRate: 1.0,
|
||||
enableLogs: true,
|
||||
|
||||
// Profiling
|
||||
|
|
|
|||
Loading…
Reference in New Issue