2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-23 07:20:46 +00:00

Remove all sentry references

- Google play store already offers crash reporting...
This commit is contained in:
Oliver Walters
2021-02-16 08:03:01 +11:00
parent 161535c11c
commit 59585f72cf
10 changed files with 8 additions and 278 deletions

@ -211,7 +211,7 @@ class InvenTreeAPI {
showTimeoutError(context);
return null;
} else {
// Unknown error type - re-throw the error and Sentry will catch it
// Unknown error type - re-throw
throw error;
}
});