-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
The number of Crashes and ANRs has increased #2955
Comments
Hi @ilakhin, thanks for reaching out! |
Hi @markushi! |
hi @ilakhin, could you please provide more details what exactly happened on Sept. 11 (or whenever the crash/anr-rate had started growing)? Have you updated the SDK version from 1.2.0 to 1.5.0 on that day? Or perhaps updated the self-hosted sentry version? Also, do you use our Gradle plugin in your project by any chance? |
Hi @romtsn
|
Thanks for the detailed info! And just to confirm, both versions 1.2.0 and 1.5.0 cause the growth of crashes and ANRs, but you haven't updated those SDK versions for a while, only the app code? Have you changed something in the SDK configuration perhaps? |
|
Adding https://issuetracker.google.com/issues/300840851 for reference here, seems like this is related to some Google Play System Service update as well. |
Hi @ilakhin, thanks for providing us with all the details, much appreciated! We've been able to reproduce the crash on a phone which has the Google Play System Update from August installed. I'll keep you posted on the progress! One more question: Within your application, are you collecting stacktraces for non-fatal events? E.g. by using |
Quick update: We're still looking into this issue. If anyone is able to re-produce this issue within their local dev environment please let me know! |
I believe this may be the same issue was also tracked/reported over on react-native here: facebook/react-native#39505 as well as on the above google tracker. As detailed on the google issue tracker - we've been able to reproduce locally in testing (specifically it seems to be more easily reproduced with Android 14 beta devices - likely linked to the google play system services / update versions). We've been able to link the issue directly to the react native sentry sdk in our app - with removal resolving the crashes. |
@garethknowles thanks for linking the react-native issue, yes - this looks like being the same. Any chance you could try a build with sentry debugging enabled? Although we think the culprit lies within the Play System update, we'd love to find a workaround within our SDK in order to fix this. Sentry.init({
dsn: "...",
// ... your existing config
debug: true
}); |
Hi! 👋 Copying a bit that might be useful from our investigation over at https://chat.zulip.org/#narrow/stream/48-mobile/topic/Android.20crashes/near/1642674
(We haven't yet gone and done that effort, or I would post the result here.) |
@markushi I've enabled the debug setting, here is some logcat output around the crash triggered on a Android 14 beta device I'm testing on.
We can give you further logs & details via the support ticket we've opened in your support system? |
@garethknowles, can you find out the version of Sentry Native that's printing those "sentry-native" lines? I think it'll be a dependency of Sentry Android which in turn is a dependency of Sentry React Native (you mentioned your app is built with RN). I wonder if the crashes reproduce with the current latest Sentry Native. |
@garethknowles this definitely helps, thank you! Yeah for sure, you can also send it via e-mail directly to markus.hintersteiner@sentry.io |
There are more details including the affected sentry versions in the perviously linked Google issue tracker and react-native github issue pages but to summarise - we're using |
Hey everyone, here’s a quick update from our side: |
Any status update to this issue? We consider to remove Sentry from our Android app as crashes increased again. |
@Sevyls did you try disabling NDK integration or excluding the NDK module? If you did and it didn't prevent these crashes, we'd love to hear from you. |
Quick update - we have a promising lead into a possible solution that we are currently testing and validating with Google. |
We just released sentry-java 6.33.2-beta.1 with a fix for this issue. Our tests show very promising results, but we released this as a beta to get some more data. Please try out the beta if you can and let us know the results. 🙏 |
sentry-react-native 5.13.1-beta.1 is now also available for testing. |
sentry-unity 1.7.1-beta.1 is now also available for testing. |
We just released sentry-java 6.34.0, which is the first stable release that includes the fix for this issue. I'm closing this now. We will release stable versions for sentry-unity and sentry-react-native with the fix this week. |
sentry-react-native 5.14.0 has landed |
sentry-unity 1.7.1 is now also available |
Environment
How do you use Sentry?
Which version of the SDK?
How did you install the package? (Git-URL, Assetstore)
Which version of Unity?
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Actual Result
Since September 11, the number of Crashes and ANRs has increased significantly.
Any logs or screenshots
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: