react-native-firebase crashlytics not showing up on firebase dashboard

后端 未结 5 1966
醉梦人生
醉梦人生 2021-02-14 06:09

I am using firebase crashlytics. I am causing a crash by doing

firebase.crashlytics().crash()

and I am not seeing the crash report on the fireb

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-14 07:07

    It will definitely help you

    1. Go to Edit Scheme
    2. Run -> Info
    3. Change the Build Configuration to release.
    4. Now run the App

      And crash your app manually. Now you can check on your crashlytics dashboard

    Try this as well

    1. Launch your simulator/iPhone
    2. Press stop
    3. Launch your app and force a crash
    4. Relaunch the app from simulator/iPhone
    5. See the crash report in the crashlytics dashboard.

提交回复
热议问题