- Notifications
You must be signed in to change notification settings - Fork0
Error tracking and logging from Python to Rollbar
License
tsasao/pyrollbar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Proactively discover, predict, and resolve errors in real-time withRollbar’s error monitoring platform.Start tracking errors today!
Python notifier for reporting exceptions, errors, and log messages toRollbar.
- Frameworks: Pyrollbar supports popular Python frameworks such asDjango,Flask,FastAPI,AWS Lambda and more!
- Automatic error grouping: Rollbar aggregates Occurrences caused by the same error into Items that represent application issues.Learn more about reducing log noise.
- Advanced search: Filter items by many different properties.Learn more about search.
- Customizable notifications: Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts.Learn more about Rollbar notifications.
PyRollbar Version | Python Version Compatibility | Support Level |
---|---|---|
1.0.0 | 3.6, 3.7. 3.8, 3.9, 3.10, 3.11 | 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.
- Sign up for a Rollbar account
- Follow theQuick Start instructions in ourPython SDK docs to install pyrollbar and configure it for your platform.
For complete usage instructions and configuration reference, see ourPython SDK docs.
See ourReleases page for a list of all releases, including changes.
If you run into any issues, please email us atsupport@rollbar.com
For bug reports, pleaseopen an issue on GitHub.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Tests are inrollbar/test
. To run the tests:python setup.py test