You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[firebase_crashlytics] Always log crash details in debug mode (#105)
* Always log crash details in debug mode
And for Flutter error, always do it -- with FlutterError.dumpErrorToConsole,
keeping existing Flutter behavior.
* forceReport=true to dump every single FlutterError
This preserves the previous behavior of logging details of every error
caught by firebase_crashlytics plugin.
0 commit comments