0.0.5 • Published 11 months ago
@andrewisen/error-manager v0.0.5
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