bugsnag-python
bugsnag-python copied to clipboard
Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
### Describe the bug typo in Depercation warning it should be `DeprecationWarning: The Event "meta_data" argument has been replaced with "metadata"` ### Steps to reproduce  ### Environment * Bugsnag...
I'd like to use BugSnag on my [Sanic](https://github.com/sanic-org/sanic) backends
Hi! I've recently created a few libraries that are helpful for extracting information from frames and tracebacks, and I think they could be very useful to bugsnag. - [`executing`](https://github.com/alexmojaki/executing) can...
### Description There is no way to change the grouping hash value when using logger methods and the BugsnagHandler to send event. In a general manner, this module API does...
## Goal logging.Handler supports level parameter. This change is to enable forwarding this value. ## Design level is introduced as first parameter as it is also the first parameter of...
## Goal Adds a notify for lambda functions when they are likely to timeout — by default this happens 1 second before the timeout occurs but can be configured with...
### Describe the bug I'm running BugSnag with `celery` on Kubernetes pods. I've noticed that when the pod is out of memory with signal 9 (SIGKILL), BugSnag can't report the...
## Goal Celery sometimes calls the `failure_handler` with a string for the `traceback` parameter instead of an actual traceback object. This was reported in https://github.com/bugsnag/bugsnag-python/issues/372 (there's a comment on that...