envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Log non-standard errors #184

Closed delfinag closed 6 years ago

delfinag commented 6 years ago

There is currently no visibility into non-standard errors raised by processors, making debugging these types of errors very difficult.

This change logs these errors before propagating them.