How do you force a crash on the new version of Firebase Crashlytics 4.0.0-beta.1
?
I have tried to crash the app with fatalError()
, but the Crashlytics doesn't record the crash in Dashboard.
Also tried to unplug my device, run the app and force crash with fatalError()
but still no report in Dashboard.
Also tried Crashlytics.sharedInstance().crash()
, but getting error message Type 'Crashlytics' has no member 'sharedInstance()'
.
Any ideas? Thank you