otobus / event_bus

:surfer: Traceable, extendable and minimalist **event bus** implementation for Elixir with built-in **event store** and **event watcher** based on ETS.

Home Page:https://hexdocs.pm/event_bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add custom error handler

yknx4 opened this issue · comments

Right now the errors are just logged into logger. But there should be a way to add a custom handler. Likely to notify a service Sentry or Airbrake if something happened.