Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewisen-tikab/error-manager

An Error Manager that allows user to send you detailed error reports (instead of an angry email)
https://github.com/andrewisen-tikab/error-manager

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

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

## Example

See the [example](./example) folder for a working example.

Or visit:

[https://andrewisen-tikab.github.io/error-manager/example/](https://andrewisen-tikab.github.io/error-manager/example/)

## License

MIT