This is a Rollup plugin that simplifies the process of notifiying Rollbar of a deployment.
Install the plugin with npm:
$ npm install rollup-plugin-rollbar-deploy --save-dev
ESM support import rollbarSourcemaps from 'rollup-plugin-rollbar-sourcemaps';
is available in v2 upwards.
Common js const rollbarSourcemaps = require('rollup-plugin-rollbar-sourcemaps')
is available in v1.
An example rollup.config.js:
TODO;
TODO
TODO
See the Contributors Guide