@perfect-space/vue-rollbar-ps

1.0.4 • Public • Published

vue-rollbar-ps

npm (scoped with tag) npm js-standard-style

Rollbar plugin for Vue.js

Installation

npm install @perfect-space/vue-rollbar-ps --save

Usage

var Vue = require('vue');
var Rollbar = require('@perfect-space/vue-rollbar-ps');

Vue.use(Rollbar, {
  accessToken: 'YOUR_ROLLBAR_FRONT_TOKEN',
  ...options
});

You can now use Rollbar anywhere in your Vue app.

Vue.rollbar.debug('Yohyo!');
// or in a vue component
this.$rollbar.debug('Yohyo!')

See Rollbar javascript documentation for options

Package Sidebar

Install

npm i @perfect-space/vue-rollbar-ps

Weekly Downloads

1

Version

1.0.4

License

(MIT)

Unpacked Size

14.1 kB

Total Files

10

Last publish

Collaborators

  • nateritter