0.0.4 • Published 8 months ago

@andrewisen/error-manager v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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

0.0.4

8 months ago

0.0.3

8 months ago