Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created November 16, 2021 19:18
Error Logging with Flutter
Exception exception = Exception('Something bad happened.');
Flurry.onError("test exception", "Error just occurred", exception.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment