1.0.4 • Published 2 years ago

@perfect-space/vue-rollbar-ps v1.0.4

Weekly downloads
-
License
(MIT)
Repository
github
Last release
2 years ago

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago