honeybadger-io / honeybadger-python

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

feat: add support for before_notify handlers #185

Open subzero10 opened 3 weeks ago

subzero10 commented 3 weeks ago

Similar to other Honeybadger client libraries (js, ruby), we should support registering before_notify handlers so that errors can be ignored at runtime, ultimately reducing noise.

This should address cases such as this PR.