-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
RCTFatal + 568 on 5.19.0 #3625
Comments
Ok, this appears to have been a very chaotic set of interactions across 3 packages, that was very difficult to validate because builds reliably worked in the simulator, but not once archived and distributed via TestFlight. I am adding this comment for anyone who might be facing something similar. The problem was an interaction in two different ways:
In the end, the solution was:
While the end result is that technically there is no bug with |
Hi @wkirby,
|
@krystofwoldrich thanks for the follow up, as always I appreciate the work Sentry is doing! |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.19.0
react-native
version: 0.73.3Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(
@sentry/react-native
)I have the following issue:
Upgrading to
5.19.0
from5.18.0
results inRCTFatal + 568
when run in release mode. Running in development mode does not produce an error.Steps to reproduce:
@sentry/react-native
to5.19.0
npm install
andcd ios && pod install
npx react-native run-ios --simulator "iPhone 15" --mode Release
Actual result:
The app crashes immediately.
Expected result:
The app should run.
For reference, here's the entire diff between a working commit on my project and a commit that will not run in release mode
The text was updated successfully, but these errors were encountered: