Skip to content

rollbar/pyrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18b40e6 · Aug 8, 2018
Aug 8, 2018
Mar 31, 2016
May 5, 2016
Feb 17, 2018
May 21, 2017
May 24, 2018
Feb 4, 2014
Aug 8, 2018
Aug 8, 2018
Oct 5, 2016
Feb 26, 2013
Feb 13, 2018

Repository files navigation

Pyrollbar

Build Status

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

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