perf: update sentry tracesSampleRate

pull/56/head
moonrailgun 2 years ago
parent f297a7400f
commit 9047651b13

@ -9,7 +9,7 @@ Sentry.init({
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
tracesSampleRate: 0.1, // reduce sentry quota usage
});
sharedEvent.on('loginSuccess', (userInfo) => {

Loading…
Cancel
Save