# ErrorFlux

ErrorFlux is a lightweight JavaScript error and network monitoring library designed to help developers track and debug issues in web applications.

## Features

- **Global Error Tracking**: Captures unhandled exceptions and promise rejections
- **Network Monitoring**: Intercepts and logs XHR and Fetch API requests
- **Flexible Storage Options**: Store logs in IndexedDB, LocalStorage, or SessionStorage
- **Low Priority Processing**: Error logging runs in the background to minimize impact on application performance
