-
-
Notifications
You must be signed in to change notification settings - Fork 55
Migrate to Sentry 8 #387
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
base: main
Are you sure you want to change the base?
Migrate to Sentry 8 #387
Conversation
|
Hi, and thanks so much for your PR! Could you share what motivated you to bump the Android and JavaScript SDK versions? Thanks again for your contribution! |
|
Hi Regarding the JavaScript SDK: |
|
With the recent changes to Android regarding page sizes, upgrading the sentry-java SDK would allow Cordova apps using Sentry to adhere to this new standard, which are not passing with the current 1.7 version. Using the Google provided check_elf script: modified version with Sentry Android v8.21.1 Is there more work to be done on this PR? We have experimented locally with similar changes and the plugin appears to work fine. |
|
@Virgile-R can you double check which version of the sentry SDK you're using? Downloading 7.22.6 from our releases page and extracting the .aar shows that all files are aligned: |
|
Thanks @markushi , we were indeed still on version 7.17. Building with version 7.22.6 shows the correct alignment. All good. |
glad to hear |


No description provided.