error-tracker
error-tracker copied to clipboard
🐛 An Elixir-based built-in error reporting and tracking solution
Just a few additions to #94: - We don't need to filter context when not tracking errors - Mention how to filter context in the Getting Started guide
In certain cases the ErrorTracker logs may pollute the application logs and make it harder to find the actual problem. It would be interesting to allow users configure the log...
Would be great to detect GraphQL queries / mutations and format them along with their variables.
Instead of using `{:array, :string}` for the `:breadcrumbs` field in `ErrorTracker.Occurrence` we use a new custom field type `ErrorTracker.Types.StringArray`. It uses `Jason` to decode arrays when retrieving data from MySQL/MariaDB....
**Describe the bug** Hey folks, I recently upgraded from v0.3.0 to v0.6.0 and the detail page of any error crashed with ``` ** (ArgumentError) cannot load `"[]"` as type {:array,...
**Is your feature request related to a problem? Please describe.** I like to mark errors as triaged as soon as I create a ticket on the project management tool to...
Currently the ErrorTracker dashboard only has a dark mode. It would be nice to support also a light mode and potentially allow users to switch from one to another manually.
The error tracker does not currently provide a logger handler that can catch and report unhandled errors. As shown in #128 this is one of the main reasons that make...
**Is your feature request related to a problem? Please describe.** When viewing the stacktrace for an error, I need to copy-paste the file/line location, open editor, find it in the...
**Is your feature request related to a problem? Please describe.** When resolving the error, it would be convenient to have a way to leave a short comment on why it...