Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore certain type of exception #14

Closed
iaguirre88 opened this issue Sep 3, 2020 · 1 comment
Closed

Ignore certain type of exception #14

iaguirre88 opened this issue Sep 3, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@iaguirre88
Copy link
Member

It would be great to have an option to ignore some kind of exceptions. It could be done by setting an array of string with the exceptions you want not to get notifications from.

use Boom,
    ignore_exceptions: ["Ecto.QueryError", "HTTPoison.Error"]
    notifiers: [
      . . .
    ]
@iaguirre88 iaguirre88 added enhancement New feature or request help wanted Extra attention is needed labels Sep 3, 2020
@noelia-lencina noelia-lencina self-assigned this Nov 4, 2020
@iaguirre88
Copy link
Member Author

Closed by #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants