-
-
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
Release version using sentry-android 7.2.0 #3570
Comments
Upvote! |
@pvegh @bastiaanv Thank you for the message, we will release a new version of the RN SDK with the updated For anyone running into issues here are steps on how to stay on v6 of sentry-android. |
fresh released 5.18 still has the issue |
I will be part of the next release (likely 5.19.0). |
Thanks. There should be a version with 7.2 to fix current compatibility problem before all libs are updated to 7.3 together. |
@pvegh I'm not sure if I understand what would be the issue with 7.3. Could you describe an example? https://github.com/getsentry/sentry-android-gradle-plugin ships with the latest |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
If sentry-android-gradle-plugin transitively uses 7.3 and sentry-react-native uses 7.2 it's a gradle dependency mismatch which will be solved by gradle, without guarantee that it will work perfectly. Not sure how auto install works, just because I define a different version, is it guaranteed to function perfectly? Thanks for the fix and release! |
Hey @krystofwoldrich , we use sentry-react-native in version 5.19.1 and native crash reports (from sentry-java loaded transitive via sentry-react-native) do report SDK version 6.30.0 in out backend, which seems wrong. I checked the source and sentry-react-native uses Do you have any ideas? Thanks! |
@tobi512 Could it be crashes from older versions of your application? When you clean build a release version of your app and cause a native crash on Android, what version gets reported? Please feel free to report the details in a new issue. |
Closing in favor of #3671 which solves the version mismatch. |
Currently the newest version has a dependency on sentry-android 6.34.
In a hybrid project using sentry-android-gradle-plugin, which uses sentry-android 7.2.0, sentry-react-native isn't working with the forced newer version.
Please release all libraries with compatible dependencies together.
The text was updated successfully, but these errors were encountered: