honeybadger-io / honeybadger-python

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

Is there a way to verify that requests are sent successfully? #137

Closed Marware closed 1 year ago

Marware commented 1 year ago

A way to check configuration is set correctly, for example I'm trying to get a response in case of wrong API key or failing to call honeybadger server

Thanks

subzero10 commented 1 year ago

Hey @Marware,

If the API KEY is not set, is wrong, or the report request fails, an error will be reported to your logger instance, as seen here and here. You can read more on how to setup logging here.

Let me know if this helps!