The Wayback Machine - https://web.archive.org/web/20200520024654/https://github.com/rollbar/rollbar.js
Skip to content
Error tracking and logging from JS to Rollbar
JavaScript
Branch: master
Clone or download

Latest commit

Latest commit b35ce90 May 18, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows temp: Allow manual workflow trigger May 13, 2020
dist Release v2.16.2 May 18, 2020
docs Changing JS docs nav Mar 22, 2017
examples Release v2.16.2 May 18, 2020
release v2.0.4 Jun 3, 2017
src fix: restore item._originalArgs May 18, 2020
test fix: restore item._originalArgs May 18, 2020
vendor Release v2.5.5 Apr 8, 2019
.eslintignore chore: fix npm run lint Dec 4, 2019
.eslintrc fix: manually update dev dependencied to remove security warnings Feb 6, 2020
.gitignore add back lastError on the rollbar instance Jun 20, 2017
.gitmodules remove a remnant from our old usage of TraceKit, #132 Feb 13, 2017
.lgtm.yml Add lgtm.yml configuration Nov 26, 2018
.npmignore don't package .git submodule file for JSON-js in npm releases Sep 8, 2017
.travis.yml test: enable node 10, 12 travis builds Dec 3, 2019
CHANGELOG.md Update CHANGELOG.md May 24, 2018
Gruntfile.js fix: manually update dev dependencied to remove security warnings Feb 6, 2020
LICENSE Adding MIT license Oct 13, 2015
Makefile build: update packages for test, and add convenience tasks test-brows… Mar 23, 2019
README.md Release v2.16.2 May 18, 2020
bower.json Re-add snippet for Bower distribution Apr 19, 2016
browserstack.browsers.js fix: fix lint errors Dec 4, 2019
browserstack.browsers.json
defaults.js chore: use new url format for cdn Mar 6, 2020
index.d.ts Fix TypeScript compilation errors May 13, 2020
karma.conf.js fix: fix lint errors Dec 4, 2019
package-lock.json Release v2.16.2 May 18, 2020
package.json Release v2.16.2 May 18, 2020
webpack.config.js build: update deprecated uglifier Dec 18, 2019

README.md

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 support@rollbar.com.

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.
You can’t perform that action at this time.