-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: error messageError messages from the Flutter frameworkError messages from the Flutter frameworkframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
A helper method in the Crashlytics plugin recordFlutterError(FlutterErrorDetails) passes the context of its argument as dynamic reason, where toString is called (#L125).
I believe the bug is in assertions.dart, where the various _ErrorDiagnostic subclasses spend some effort at nice formatting.
In the screenshot below (Firebase Crashlytics dashboard), I expect to see the message value, instead of Instance of 'ErrorDescription'.
Flutter version: 3.0.2 stable
mockturtl
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: error messageError messages from the Flutter frameworkError messages from the Flutter frameworkframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
