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
383 stars 17 forks source link

Ignore Errors #79

Closed crbelaus closed 1 month ago

crbelaus commented 2 months ago

This pull request adds the new ErrorTracker.Ignorer behaviour that can be used by clients to ignore errors based on their attributes and context.

I've added a test to verify that it works as expected and also updated the docs and getting started guide.