honeybadger-io / honeybadger-python

Send Python and Django errors to Honeybadger.
https://www.honeybadger.io/
MIT License
15 stars 25 forks source link

Add ability to ignore notifying on certain exceptions in django #93

Closed Didericis closed 3 years ago

Didericis commented 3 years ago

Looks like something like this already exists for ruby, but is missing for python/django. Tried to find an alternative way to do this before opening the PR. Will close if there are better existing ways to do this for django.

Kelvin4664 commented 3 years ago

Looks good. And a very useful feature that i think will be better handled globally rather than just django. @joshuap What do you think?

joshuap commented 3 years ago

Looks good. And a very useful feature that i think will be better handled globally rather than just django. @joshuap What do you think?

Agreed, this would be a good global feature. I created an issue: https://github.com/honeybadger-io/honeybadger-python/issues/94

@Didericis you are welcome to submit a PR for #94 if you would like to—just let me know so that we don't duplicate effort. Otherwise, we'll work on it after we wrap up a few of the other issues in progress. Thanks for this PR and for your input!

Didericis commented 3 years ago

Sure thing! Should be able to get to it this weekend.