mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Include path on error
This commit is contained in:
parent
998ebc1130
commit
a13fd19b69
2 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ export function process(id) {
|
|||
Sentry.captureException(new Error('failed to get current banner'), {
|
||||
contexts: {
|
||||
pull,
|
||||
path,
|
||||
},
|
||||
});
|
||||
return null;
|
||||
|
|
|
@ -142,6 +142,7 @@
|
|||
Sentry.captureException(new Error('failed to get current banner'), {
|
||||
contexts: {
|
||||
pull,
|
||||
path,
|
||||
},
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue