️(y-provider) reduce sentry tracesSampleRate

Reduce `tracesSampleRate` due to +120k daily events.
This commit is contained in:
Julien Bouquillon
2024-12-19 16:14:51 +01:00
committed by Anthony LC
parent fc4eba2497
commit 33d1f3c151

View File

@@ -6,6 +6,6 @@ import { SENTRY_DSN } from '../env';
Sentry.init({
dsn: SENTRY_DSN,
integrations: [nodeProfilingIntegration()],
tracesSampleRate: 1.0,
tracesSampleRate: 0.1,
profilesSampleRate: 1.0,
});