@bugsnag/plugin-vue

Vue.js integration for bugsnag-js

Usage no npm install needed!

<script type="module">
  import bugsnagPluginVue from 'https://cdn.skypack.dev/@bugsnag/plugin-vue';
</script>

README

@bugsnag/plugin-vue

NPM

A bugsnag-js plugin for Vue.js.

This package enables you to integrate Bugsnag's error reporting with a Vue.js application at a detailed level. It creates and configures a Vue ErrorHandler which will capture and report unhandled errors in your app.

Reported errors will contain useful debugging info from Vue's internals, such as the component name, props and any other context that Vue can provide.

Getting started

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using Bugsnag.notify()
  4. Customize your integration using the configuration options

Support

License

This package is free software released under the MIT License. See LICENSE.txt for details.