-
-
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
Can I use 5.32.0 in hot JS update? #4091
Comments
Hi @chenweisen2013, But it general we recommend upgrading the SDK version only in native application releases. The same as any other dependencies shipping with native code. To determinate the compatibility with JS updates, you need to check if the there were no native code changes between the versions. You can use the GitHub compare releases feature to do that -> 5.31.0...5.31.1#files_bucket If you see Sentry Cocoa or Sentry Android was updated in the changelog than JS update is not possible. |
Description
Is @sentry/react-native 5.32.0 compatible with iOS RNSentry 5.32.0? Is @sentry/react-native backward compatible, meaning can it be used with iOS RNSentry versions lower than 5.32.0? Our app currently supports JavaScript hot updates, and there are cases where older versions of the app use newer versions of JavaScript. If the JavaScript uses a newer version of @sentry/react-native, it could result in @sentry/react-native being 5.32.0 while the iOS RNSentry is lower than 5.32.0. We want to confirm if @sentry/react-native has backward compatibility in this scenario. Similarly, does this apply to the Android platform as well? Thank you for your assistance.
The text was updated successfully, but these errors were encountered: