All Projects → rollbar → Rollbar.js

rollbar / Rollbar.js

Licence: mit
Error tracking and logging from JS to Rollbar

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rollbar.js

Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-91.23%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (-0.84%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+55.74%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-89.98%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (-67.64%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-55.95%)
Mutual labels:  error-handling, error-monitoring, errors
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (-65.14%)
Mutual labels:  error-handling, error-monitoring, errors
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-89.35%)
Mutual labels:  errors, error-monitoring, error-handling
kotlin-multiplatform-example
A Kotlin multiplatform example app that targets Android, ReactJS, iOS, JavaFx, and Spring Boot
Stars: ✭ 115 (-75.99%)
Mutual labels:  error-monitoring, error-handling
safe
🛡 PHP functions smarten up to throw exceptions instead of returning false or triggering errors.
Stars: ✭ 15 (-96.87%)
Mutual labels:  errors, error-handling
failure
An error handling package for Go.
Stars: ✭ 24 (-94.99%)
Mutual labels:  errors, error-handling
raygun4py
Python provider for Raygun
Stars: ✭ 18 (-96.24%)
Mutual labels:  error-monitoring, error-handling
raygun4android
Android crash reporting provider for Raygun
Stars: ✭ 19 (-96.03%)
Mutual labels:  error-monitoring, error-handling
react-error-guard
⚛️An overlay for displaying stack frames based on create-react-app/packages/react-error-overlay
Stars: ✭ 18 (-96.24%)
Mutual labels:  error-monitoring, error-handling
elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (-93.53%)
Mutual labels:  error-monitoring, error-handling
TrackJS-Node
TrackJS Error Monitoring agent for NodeJS
Stars: ✭ 26 (-94.57%)
Mutual labels:  error-monitoring, error-handling
sentry-testkit
A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
Stars: ✭ 78 (-83.72%)
Mutual labels:  error-monitoring, error-handling
raygun4ruby
The Ruby & Ruby on Rails provider for Raygun
Stars: ✭ 37 (-92.28%)
Mutual labels:  error-monitoring, error-handling
jsonerror
Makes Go error-handling a breeze!
Stars: ✭ 28 (-94.15%)
Mutual labels:  errors, error-handling
bugsnag-wordpress
Bugsnag error monitoring for WordPress sites
Stars: ✭ 20 (-95.82%)
Mutual labels:  error-monitoring, error-handling

Rollbar.js

Build Status Code Quality: Javascript Total Alerts

Rollbar.js is the Javascript SDK for Rollbar. It supports both Node.js and client-side Javascript, including frameworks such as React, Angular, Ember, and more.

Setup Instructions

  1. Sign up for a Rollbar account.
  2. For client-side Javascript, follow the Browser Quick Start instructions. For Node.js, follow the Server Quick Start.

Usage and Reference

For complete usage instructions and configuration reference, see our Javascript 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.

Developing

To set up a development environment, you'll need Node.js and npm.

  1. git submodule update --init
  2. npm install -D
  3. make

To run the tests, run make test.

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 a new Pull Request.
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].