axelson
Local error tracker/notifier?
Does a local error tracking/notification library exist? I’m looking for one that will handle local errors (preferably via sasl as well as a plug) and facilitate displaying them in a locally running Phoenix instance. There are numerous error reporters that report to external services, but I don’t see any local collectors.
Here are some similar packages that work with external services:
Marked As Solved
jaimeiniesta
Just in case you missed it, this looks great:
Also Liked
sorentwo
If you ripped the plug adapter, logger integration, and notify/3 out of Honeybadger and replaced the http client with an ets/genserver you would have a local error tracker.
Actually, the http client may be pluggable, you could swap it out for something that kept it all in memory instead and still use the regular Honeybadger client.
I realize that using a full remote error tracker isn’t really your aim, but it got me thinking.
axelson
Haha, I had totally forgotten about this thread. Thanks for mentioning ErrorTracker here! It’s exactly what I was looking for when I posted the thread!
hauleth
In theory you can use Sentry and run your own instance locally, for example within Docker container.









