react-native-fabric icon indicating copy to clipboard operation
react-native-fabric copied to clipboard

Testing Locally

Open IncredibleMrTim opened this issue 5 years ago • 1 comments

Is it possible to test react-native-fabric crashlytics locally. I have taken a look at the firebase website here: https://firebase.google.com/docs/crashlytics/force-a-crash?platform=android but i cant get any errors to log out.

IncredibleMrTim avatar May 09 '19 09:05 IncredibleMrTim

You can using Crashlytics.crash();. Just make sure your build variant in android studio is release as opposed to debug when building the app.

uyend avatar May 13 '19 03:05 uyend