Remove banner error reporting

pull/1/head
Made Baruna 2021-03-29 23:27:56 +08:00
parent 8c0bc5533a
commit 5d85a8c4f3
2 changed files with 0 additions and 16 deletions

View File

@ -105,14 +105,6 @@ export function process(id) {
if (nextBanner === undefined) {
pushToast(t('wish.errorBanner'), 'error');
Sentry.captureMessage('failed to get current banner', {
contexts: {
pullData: {
pull,
path,
},
},
});
return null;
}

View File

@ -139,14 +139,6 @@
if (currentBanner === undefined) {
pushToast($t('wish.errorBanner'), 'error');
Sentry.captureMessage('failed to get current banner', {
contexts: {
pullData: {
pull,
path,
},
},
});
return;
}