react-native-fabric
react-native-fabric copied to clipboard
Nothing is logged in Fabric when App Crashes
Hi, I have successfully (?) installed Fabric for Android in my React Native App. The app is registered and appears in Fabric. I import Crashlytics from react-native-fabric I did Crashlytics.crash() -> the crash occurs but nothing is logged in Fabric I did Crashlytics.logException() no crash no log. I did Crashlytics.logContentView() nothing happen
How to debug and find out why please ?
ps: I'm using the right version of react-native-fabric, I don't have react-native-crashlitics, is it mandatory ?
Thx !
I also have the same problem and I try to use firebase crashlytics it also too.
Are you using the release variant of your Android app?
Same problem. @solkaz yes.
I have a similar problem. Crashlytics.crash(); logs successfully. Crashlytics.logError(); does nothing.
I am running a release version of the app and I've basically set it up like so - 1 button for each function.
Same here;
Answers.logCustom
and Crashlytics.crash
works, but Crashlytics.logException
doesn't.
"react-native-fabric": "^0.5.2",