ng-error-handlers
Angular allows developers to have only one `ErrorHandler` at a time which sometimes may be suboptimal if you already have an error handler like `Sentry` and want to add additional error handling. In such cases you would have to extend the existing `ErrorH
angular-invocation-handler
Enables general error handling and logging which allows to log errors, e.g for automatically sending back to the backend or for showing to the user