/flurry_error.dart Secret
Created
November 16, 2021 19:18
Error Logging with Flutter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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