elixir-error-tracker / error-tracker

🐛 An Elixir-based built-in error reporting and tracking solution
https://hex.pm/packages/error_tracker
Apache License 2.0
418 stars 18 forks source link

Clarify on the readme “this captures exceptions and then stores them in your database” #112

Open RoyalIcing opened 3 days ago

RoyalIcing commented 3 days ago

It wasn’t clear from the readme how this works or what the user experience is. It stores the exceptions in the database via Ecto and gives me a secret route to view them?

jaimeiniesta commented 2 days ago

Hey, yes, exceptions are stored in the database and also announced via telemetry. Then you have a web dashboard that you can use to view the exceptions and mark them as resolved, etc., and you can also attach to the telemetry events for example to send email alerts.