Adjust Sentry's tracesSampleRate (#342)

This commit is contained in:
Ildar Galeev 2024-09-16 19:14:58 +07:00 committed by GitHub
parent bc09a72f18
commit a389a87ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ const initSentry = async (dsn: string) => {
levels: ['error', 'warn'],
}),
],
tracesSampleRate: 0.05,
tracesSampleRate: 0.01,
});
};