Error reporter for client.


Keywords
client, error, reporter
License
CC-BY-3.0
Install
npm install errorreporter@1.0.304

Documentation

Project status

npm npm downloads

build

check types lint test

code coverage

documentation website

Use case

An client side error reporter written in javaScript. Embed this code into your website markup and get an ajax call to a specified resource for each distinct error with detailed client informations. You can filter each non supported client technology to avoid getting error reports from environments which aren't expected.

<script
    src="https://torben.website/errorreporter/data/distributionBundle/index.compiled.js"
></script>