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.
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.notify()
- Customize your integration using the configuration options
- Check out the documentation
- Search open and closed issues for similar problems
- Report a bug or request a feature
This package is free software released under the MIT License. See LICENSE.txt for details.