refactor(sentry): sentry report ignore file too large error

pull/90/head
moonrailgun 2 years ago
parent 0cb61bcf85
commit ffc70bc164

@ -13,6 +13,8 @@ try {
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 0.1, // reduce sentry quota usage
ignoreErrors: ['File Too Large'],
});
sharedEvent.on('loginSuccess', (userInfo) => {

Loading…
Cancel
Save