Package Exports
- rollbar-jquery
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollbar-jquery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rollbarjs jQuery
If you use jQuery 1.7+ and have it installed via webpack, this will instruct jQuery to wrap any functions passed into jQuery's ready(), on() and off() to catch errors and report them to Rollbar.
Be sure to include this after jQuery is loaded.
Reference https://rollbar.com/docs/notifier/rollbar.js/#jquery
Installation
npm install rollbarjs-jquery --save
Usage
var rollbarjs-jquery = require('rollbarjs-jquery');
Release History
- 0.1.0 Initial release