You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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-anrInstead, 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.
The text was updated successfully, but these errors were encountered: