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

后端 未结 5 1985
醉梦人生
醉梦人生 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 06:56

    firebase.crashlytics().crash() its not working properly.

    I purposely made a bug to simulate a crash when i tap a button and that crash was caught and shown in the Crashlytics Dashboard inmediately.

    Ej: I work with React Native so i changed a this.props.etc... to this.state.etc... to create an "undefined is not a function exception".

    Hope it helps!

提交回复
热议问题