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

View file

@ -447,7 +447,7 @@ class InvenTreeStockItem extends InvenTreeModel {
error.toString()
);
} else {
// Re-throw the error, let sentry handle it!
// Re-throw the error
throw error;
}