Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 520 Bytes

File metadata and controls

13 lines (7 loc) · 520 Bytes

Exceptionless vue

The Exceptionless Vue package provides a native way to handle errors and events in React. This means errors inside your components, which tend to crash your entire app, can be sent to Exceptionless and you can be alerted. Additionally, you can use this package to catch errors throughout your non-component functions such as in Redux actions, utility functions, etc.

Getting Started

To use this package, your must be using ES6 and Node 15+.

Install

NPM:

npm install @exceptionless/vue