onError property

OnErrorHandler? onError
getter/setter pair

If provided, the middleware will call it with uncaught errors from Sagas. useful for sending uncaught exceptions to error tracking services.

Implementation

OnErrorHandler? onError;