I followed the steps for integrating Sentry for react-native and everything went smoothly. I am receiving RN errors happening in production builds but also seeing a few iOS native crashes being reported. These iOS native crashes randomly come in (1-2 times a day maybe), which is a much lower rate than the actual crashes happening which we are tracking with Crashlytics.
Is this normal? If yes then how do I stop the iOS native crashes from being reported? I just want to get the javascript errors generated from RN.