I use “@sentry/react-native”: “^1.1.0” with “react-native”: “0.61.4” without any problems in the production environment.
I recently installed “@sentry/react-native”: “^1.2.2” with “react-native”: “0.61.5” in my test environment for the same app/code. But now I get fatal errors on every catch (regardless the error).
With every error catched by Sentry i get a red screen on the IOS simulator with Xcode.
The error I get is:
attempt to insert nil object from objects[1]’ was thrown while invoking fetchRelease on target RNSentry with params (
1358,
1359
)
I also see this eror in the CallStack:
[RNSentry fetchRelease:rejecter:] + 468
Followed the installation instruction and I did not get any errors during installation.