1.1.3 • Published 4 years ago

error-logging v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Frontend Exception Tracker

This project is a simple NPM package to track and send error(s) logs that occour on client side.

Usage

  1. install the package
    • yarn add error-logging
  2. import the package

    • import errorlogging from 'error-logging
  3. create new instance with the POST endpoint to send error logs to

    • const exceptionTracker = new errorlogging('/v1/save_error');
  4. methods available
    1. exceptionTracker.startTracking() - Start tracking and sending errors to the mentioned POST API endpoint.
    2. exceptionTracker.stopTracking() - Stop tracking and sending errors to the mentioned POST API endpoint.
1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago