Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!
Python notifier for reporting exceptions, errors, and log messages to Rollbar.
PyRollbar Version | Python Version Compatibility | Support Level |
---|---|---|
1.1.0 | 3.6, 3.7. 3.8, 3.9, 3.10, 3.11, 3.12 | Full |
0.16.3 | 2.7, 3.4, 3.5, 3.6, 3.7. 3.8, 3.9, 3.10, 3.11 | Security Fixes Only |
Full - We will support new features of the library and test against all supported versions.
Security Fixes Only - We will only provide critical security fixes for the library.
Generally, PyRollbar can be used with any Python framework. However, we have official support for the following frameworks:
Framework | Support Duration | Tested Versions |
---|---|---|
Celery | Release +1 year | None |
Django | Release or LTS end +1 year | 3.2, 4.2, 5.0 |
FastAPI | Release +1 year | 0.101, 0.112 |
Flask | Release +1 year | 1.1, 2.3, 3.0 |
Pyramid | Release +1 year | 1.10, 2.0 |
Official support means that we ship and maintain integrations for these frameworks. It also means that we test against these frameworks as part of our CI pipeline.
Generally, we will support the last year of releases for a framework. If a framework has a defined support period (including LTS releases), we will support the release for the duration of that period plus one year.
There are also a number of community-supported integrations available. For more information, see the Python SDK docs.
For complete usage instructions and configuration reference, see our Python SDK docs.
See our Releases page for a list of all releases, including changes.
If you run into any issues, please email us at support@rollbar.com
For bug reports, please open an issue on GitHub.
git checkout -b my-new-feature
).git commit -am 'Added some feature'
)git push origin my-new-feature
)Tests are in rollbar/test
. To run the tests: python setup.py test