VueRaven automatically reports uncaught JavaScript exceptions triggered from Vue components and provides an API for reporting your own errors. The captured errors will be reported to the Sentry where you can get an overview of your application.

If you do not already have a Sentry account, creating your account will be the first step to using this package.

Demo

vue component error

https://jsfiddle.net/anteriovieira/cprfeqrj/

Installation

npm install --save vue-raven

or

yarn add vue-raven

Source Code

https://github.com/anteriovieira/vue-raven?ref=vuejstutorials.com