Overview of ErrorTracker
mainErrorTracker is an Elixir-native, built-in error tracking solution designed to run as part of your application. It captures application errors, stores them in your database, and provides a web dashboard for inspecting and resolving them.
Key characteristics:
- Data Control: Since it runs within your application, you maintain full control over where and how error data is stored.
- Notification Strategy: ErrorTracker focuses strictly on tracking. It does not include built-in integrations for issue trackers or notifications; instead, it provides a Telemetry integration that allows you to attach your own handlers for sending notifications or opening tickets.