Skip to main content

Installation

With npm or yarn

Add the @appsignal/vue and @appsignal/javascript packages to your package.json. Then, run npm install/yarn install. You can also add these packages to your package.json on the command line:

With JSPM.io import maps

Using the JSPM.io import map generator, you can generate an import map for your application’s dependencies. Add @appsignal/javascript and @appsignal/vue to the dependencies list in the generator, then add the generated import map and ES module shims to your application’s code.

With rails-importmap

Use the following command to add these packages to your Rails application’s import maps:

Usage

Vue.config.errorHandler

The default Vue integration is a function that binds to Vue’s global errorHandler hook.

Vue v2

In a new Vue v2 app created using @vue/cli, your main.js/.ts file would look something like this:

Vue v3

Version 3 of Vue includes a change to the way you’d use our Vue integration. Instead of attaching it to the global Vue object, you would use it like this instead: