andrewisen-tikab / error-manager

An Error Manager that allows user to send you detailed error reports (instead of an angry email)

Home Page:https://andrewisen-tikab.github.io/error-manager/example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Manager

The ErrorManger is an object that handles the application's errors and the user's history.

If, or when, the app crashes, the errors and history will be exported to a zip file. This means that you, as a developer, can read the errors and history of the user and fix the bug.

No more guessing or vague descriptions of the error.

Usage

import { ErrorManager } from '@andrewisen/error-manager';

// Create an instance of the ErrorManager
const errorManager = ErrorManager.Instance;

Example

See the example folder for a working example.

Or visit:

https://andrewisen-tikab.github.io/error-manager/example/

License

MIT

About

An Error Manager that allows user to send you detailed error reports (instead of an angry email)

https://andrewisen-tikab.github.io/error-manager/example/


Languages

Language:TypeScript 98.1%Language:HTML 1.8%Language:CSS 0.1%