-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native(>= 1.0.0) -
react-native-sentry(<= 0.43.2)
SDK version: 5.19.0
react-native version: 0.73.3
Are you using Expo?
- Yes
- No
Are you using sentry.io or on-premise?
- sentry.io (SaaS)
- 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)
Sentry.init({
dsn: 'https://...@sentry.io/...'
tracesSampleRate: 0.01,
});
I have the following issue:
Upgrading to 5.19.0 from 5.18.0 results in RCTFatal + 568 when run in release mode. Running in development mode does not produce an error.
Steps to reproduce:
- Update
@sentry/react-nativeto5.19.0 npm installandcd ios && pod installnpx 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
- "@sentry/react-native": "^5.18.0",
+ "@sentry/react-native": "^5.19.0",
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
Waiting for: Product Owner