error-tracker icon indicating copy to clipboard operation
error-tracker copied to clipboard

🐛 An Elixir-based built-in error reporting and tracking solution

Results 16 error-tracker issues
Sort by recently updated
recently updated
newest added

Since Elixir 1.18 there is a native `JSON` module, so new projects don't need `Jason` and many don't have it. This pull request updates the error tracker so: - Jason...

Hi, I was trying the new mute action and it caught my attention that, while the Resolve / Unresolve action is a button, the new Mute / Unmute action is...

enhancement

At the moment we are including the compiled static assets in the repository inside the `priv/static` folder which should not be required. We do this because this files should be...

enhancement

I noticed failures in logs like such: ``` 19:25:47.333 request_id=GCc7cySWL7wohx4AAF_h profile_id=a03c7920-ed38-44fd-b132-7be210d95789 [error] Handler ErrorTracker.Integrations.Phoenix has failed and has been detached. Class=:error Reason=:undef Stacktrace=[ {JSON, :encode_to_iodata, [ %{ "request.headers" => %{...

bug

**Is your feature request related to a problem? Please describe.** Would love to have the ability of leaving a note for errors, similar to Sentry, etc. Some errors are long-running,...

enhancement

Hey, thanks for making this! Looks great and will be using it. Is it possible to automatically track errors in Phoenix channels? > It will automatically start when your application...