Include path on error

pull/1/head
Made Baruna 2021-03-29 08:33:57 +08:00
parent 998ebc1130
commit a13fd19b69
2 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ export function process(id) {
Sentry.captureException(new Error('failed to get current banner'), {
contexts: {
pull,
path,
},
});
return null;

View File

@ -142,6 +142,7 @@
Sentry.captureException(new Error('failed to get current banner'), {
contexts: {
pull,
path,
},
});
return;