Skip to content

rollbar/pyrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollbar-logo

Pyrollbar

Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!

Build Status PyPI - Python Version

Python notifier for reporting exceptions, errors, and log messages to Rollbar.

Key benefits of using Pyrollbar are:

Versions Supported

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

Support Level Definitions

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.

Setup Instructions

  1. Sign up for a Rollbar account
  2. Follow the Quick Start instructions in our Python SDK docs to install pyrollbar and configure it for your platform.

Usage and Reference

For complete usage instructions and configuration reference, see our Python SDK docs.

Release History & Changelog

See our Releases page for a list of all releases, including changes.

Help / Support

If you run into any issues, please email us at support@rollbar.com

For bug reports, please open an issue on GitHub.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Tests are in rollbar/test. To run the tests: python setup.py test