Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/andrewisen-tikab/error-manager
- Owner: andrewisen-tikab
- Created: 2023-09-01T10:15:22.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-08T07:43:57.000Z (about 1 year ago)
- Last Synced: 2024-10-12T15:51:49.605Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://andrewisen-tikab.github.io/error-manager/example/
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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