Skip to content
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

Skip additional context for low end devices #2427

Closed
philipphofmann opened this issue Dec 13, 2022 · 3 comments
Closed

Skip additional context for low end devices #2427

philipphofmann opened this issue Dec 13, 2022 · 3 comments

Comments

@philipphofmann
Copy link
Member

Description

The Android options offer io.sentry.additional-context to avoid adding additional context on low-end android devices because it can be slow. This was added with #2100. We also point that out in the troubleshooting guide: https://docs.sentry.io/platforms/android/troubleshooting/#sentry-android-sdk-causes-anr

Instead, we should narrow it down on which devices this can be slow or cause ANRs and skip adding the additional context so customers don't have to find that out themselves. This can block customers with a user base in emerging markets.

@markushi
Copy link
Member

Customer feedback: This not only limited to low-end devices: Relevant devices are on Android version 10, 11, 12. This is not specific to Sentry but historically these have given us some performance related issues. The RAM is about 4-6GB and storage is about 64-128GB.

@markushi
Copy link
Member

This is currently not actionable for us as we can't narrow it down to the detailed issue.

@markushi markushi closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2022
Repository owner moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Dec 14, 2022
@philipphofmann
Copy link
Member Author

Worth noting that only a handful of customers complained about this. If we see this problem coming up again, we can revisit if we want to disable the feature for specific devices or maybe remove the additional context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants