honeybadger-python
honeybadger-python copied to clipboard
Send Python and Django errors to Honeybadger.
We'd like to send some non error events to the Honeybadger events api (https://docs.honeybadger.io/api/reporting-events/), There's no out of the box way to do this in python in a non blocking...
What would it take to add support for [Litestar](https://litestar.dev)?
I believe Python makes method arguments available to each stack frame in the traceback. Is that correct? If so, I'd like to include the arguments in the Honeybadger backtrace, [as...
This is just a proof of concept...and an exercise in my learning how to use these tools. Most notably, 2 Django and 5 Celery tests are still failing. But I...
- migrate setup.py develop to pip install - also ignore other env and working files
`python setup.py develop` ``` EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools....
Use pipenv to create deterministic dependencies installations, so that we avoid situations where newer versions of dependencies introduce breaking changes.
[Example Job](https://github.com/honeybadger-io/honeybadger-python/actions/runs/4573494993/jobs/8074000607) Or more specifically, why does this [script](https://github.com/honeybadger-io/honeybadger-python/blob/master/scripts/install_frameworks.sh) blindly install Flask dependencies--and even Flask itself--when $FLASK_VERSION isn't set.
I forget why this was failing. Edit: oh right, it's because of #104
The "nose" package is no longer maintained, and causes failures on Python 3.10. I did some research, and it seems like there are two recommended options (feel free to make...