React-native-firebase: How to test Crashlytics ?

Created on 25 Oct 2018  路  3Comments  路  Source: invertase/react-native-firebase

I have setup for both ios and android and in console Crashlytics dashboard appear
then i have button on which i have

firebase.crashlytics().crash();

when i press it app crashes but no info on dashboard appear

Most helpful comment

issue was you need to stop debugger
than it sends
mostly 5 min

All 3 comments

You need to wait a while before it shows in the dashboard, it's not realtime I'm afraid. Usually 24-48 hours.

48 hours pass but no info there ?

issue was you need to stop debugger
than it sends
mostly 5 min

Was this page helpful?
0 / 5 - 0 ratings