[firebase_crashlytics] Provide mechanism to modify non-fatal error. #5690
Unanswered
xxKRASHxx
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: Currently crashlytics identifies each error based on the first stackframe. So all of errors are being identified as that same error, because grabbing the stacktrace from the same method.
Solution: Allow specifying custom Name / Description / Error code for the
FirebaseCrashlytics.recordError
orFirebaseCrashlytics.recordFlutterError
methods so they could group in a right way.Beta Was this translation helpful? Give feedback.
All reactions