Unhandled Errors and Exceptions

Capture Flutter Unhandled Errors and Exceptions in LogRocket

πŸ“˜

LogRocket Flutter support is currently in Alpha

Unhandled errors or exceptions thrown by a Flutter application are automatically captured by LogRocket when the application has been wrapped by LogRocket.

Disable Error Capture

To disable automatically capturing unhandled errors, set LogRocket SDK wrap option errorCaptureEnabled to false.

LogRocketWrapConfiguration(
  errorCaptureEnabled: false,
)