Adjust Sentry's tracesSampleRate (#340)

This commit is contained in:
Ildar Galeev 2024-09-09 22:23:09 +07:00 committed by GitHub
parent ec26dc7d1f
commit 8660737b64
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.1,
tracesSampleRate: 0.05,
});
};