react-error-tracker
v1.0.1
Published
`react-error-tracker` is a React provider component that captures `console.error` messages in your application and sends them to a specified server endpoint. This is useful for monitoring client-side errors in production environments.
Downloads
122
Readme
react-error-tracker
react-error-tracker
is a React provider component that captures console.error
messages in your application and sends them to a specified server endpoint. This is useful for monitoring client-side errors in production environments.
Installation
Install the package via npm:
npm install react-error-tracker