Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today!
For complete usage instructions and configuration reference, see our Javascript 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.
To set up a development environment, you'll need Node.js and npm.
npm install -D
make
To run the tests, run make test
.
git checkout -b my-new-feature
).git commit -am 'Added some feature'
).git push origin my-new-feature
).