mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
Adjust Sentry's tracesSampleRate (#340)
This commit is contained in:
parent
ec26dc7d1f
commit
8660737b64
@ -44,7 +44,7 @@ const initSentry = async (dsn: string) => {
|
||||
levels: ['error', 'warn'],
|
||||
}),
|
||||
],
|
||||
tracesSampleRate: 0.1,
|
||||
tracesSampleRate: 0.05,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user