tp / tsaga

Typesafe and lightweight way to write Redux-connected functions with asynchronous side-effects that are easily testable.
Apache License 2.0
8 stars 1 forks source link

Add ability to add exception handler #29

Closed tp closed 5 years ago

tp commented 5 years ago

Currently the execution environment catches all errors to be able to keep the watchers alive.

We should provide an exception-handler such that the apps can subscribe to errors from the sagas to log them to Sentry, New Relic, etc.