I am building my application using React Native, and I want to catch the crashes that occur on both sides of the Objective-C application and JavaScript.
I installed the Crashlytics SDK using their guide and installer, and everything went smoothly. I see Objective-C crashes, but not that come from JavaScript.
Do I need to do something to catch JavaScript errors and report them to Crashlytics?
Thanks, Ran.
javascript ios react-native crashlytics
Ran yefet
source share