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:
@ -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;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user