bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link
bug bugs bugsnag celery crash crash-reporting debug debugging-tool django error-monitoring error-reporting errors exceptions flask notifier platforms python tornado

Bugsnag exception reporter for Python

Build status Documentation

The Bugsnag exception reporter for Python automatically detects and reports exceptions thrown your ASGI, AWS Lambda, Bottle, Celery, Django, Flask, Tornado, WSGI or plain Python app. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project. Learn more about monitoring and reporting Python errors with Bugsnag.

Features

Getting started

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using bugsnag.notify()
  4. Customize your integration using the configuration options

Support

Contributing

All contributors are welcome! For information on how to build, test, and release, see our contributing guide.

License

The Bugsnag Python library is free software released under the MIT License. See LICENSE.txt for details.