-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing is logged in Fabric when App Crashes #190
Comments
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. 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;
|
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 !
The text was updated successfully, but these errors were encountered: