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,
)