# Unhandled Exception Capture

Unhandled Exception Capture is a feature that records unexpected errors that occur during app execution, ensuring that critical issues are logged for later analysis.

**Key Features:**

**Automatic Logging:**

* Captures exceptions not handled by the app.
* Logs detailed error messages and stack traces.

**Contextual Information:**

* Records app state and user actions at the time of the exception.
* Includes device and environment details for better diagnosis.
