envato / event_sourcery

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

Add back on_event_processor_error callback #206

Closed stevehodgkiss closed 6 years ago

stevehodgkiss commented 6 years ago

This callback was removed a while ago. It's useful to be able to report errors within the context of the event and the processor, then the EventProcessorError can be ignored at the top level (in Rollbar config).

stevehodgkiss commented 6 years ago

Ah, this is used in the error handlers