mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add extra error reporting information in sentry errors
This commit is contained in:
parent
607d4b61ef
commit
8f02092731
3 changed files with 42 additions and 19 deletions
|
|
@ -114,6 +114,8 @@ class BarcodeHandler {
|
|||
"url": url,
|
||||
"statusCode": response.statusCode.toString(),
|
||||
"valid": response.isValid().toString(),
|
||||
"error": response.error,
|
||||
"errorDetail": response.errorDetail,
|
||||
}
|
||||
);
|
||||
} else if (response.data.containsKey('error')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue