All Projects → rollbar → Pyrollbar

rollbar / Pyrollbar

Licence: mit
Error tracking and logging from Python to Rollbar

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyrollbar

Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-59.17%)
Mutual labels:  django, flask, error-monitoring, exceptions
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+269.82%)
Mutual labels:  error-handling, error-monitoring, exceptions
Traceback with variables
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
Stars: ✭ 509 (+201.18%)
Mutual labels:  error-handling, logging, exceptions
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-75.15%)
Mutual labels:  error-handling, error-monitoring, exceptions
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (-1.18%)
Mutual labels:  error-handling, error-monitoring, exceptions
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+121.3%)
Mutual labels:  error-handling, error-monitoring, exceptions
Rollbar Android
Rollbar for Android
Stars: ✭ 41 (-75.74%)
Mutual labels:  error-handling, error-monitoring, exceptions
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-69.82%)
Mutual labels:  error-monitoring, error-handling, exceptions
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-69.23%)
Mutual labels:  django, flask, pyramid
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+561.54%)
Mutual labels:  django, flask, pyramid
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (-8.28%)
Mutual labels:  error-handling, error-monitoring, exceptions
Tslog
📝 tslog - Expressive TypeScript Logger for Node.js.
Stars: ✭ 321 (+89.94%)
Mutual labels:  error-handling, logging, exceptions
Rollbar Php
Error tracking and logging from PHP to Rollbar
Stars: ✭ 297 (+75.74%)
Mutual labels:  error-handling, error-monitoring, exceptions
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+181.07%)
Mutual labels:  error-handling, error-monitoring, exceptions
Zappa
Serverless Python
Stars: ✭ 224 (+32.54%)
Mutual labels:  django, flask, pyramid
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+341.42%)
Mutual labels:  error-handling, error-monitoring, exceptions
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+1146.75%)
Mutual labels:  error-handling, logging, error-monitoring
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+24.85%)
Mutual labels:  error-handling, error-monitoring, exceptions
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-71.6%)
Mutual labels:  error-handling, error-monitoring, exceptions
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+577.51%)
Mutual labels:  django, flask, pyramid

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 [email protected]

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].