Python notifier for reporting exceptions, errors, and log messages to Rollbar.
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