ErrorTracker - an Elixir-based built-in error tracking solution

absolutely love this project. i do wonder what are the plans for a Logger backend? I mean my app is using Logger.error a lot and they are unexpected errors, just caught, because the genserv has to decide on timeouts depending on the error.

edit: tried adding a custom LoggerBackend, but ErrorTracker.report() just wouldn’t play ball. Ended up using Tower, since they do have a LoggerBackend (but there is a documentation issue)