honeybadger-io / honeybadger-python

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

Add global config option to ignore a list of exceptions #94

Closed joshuap closed 2 years ago

joshuap commented 3 years ago

See similar features in the Ruby (exceptions.ignore), PHP (excluded_exceptions) and Java (honeybadger.excluded_exception_classes) libraries.

Let's name the new python config option excluded_exceptions, similar to PHP.

Related: #93