getsentry / sentry-java

A Sentry SDK for Java, Android and other JVM languages.
https://docs.sentry.io/
MIT License
1.16k stars 435 forks source link

Add Split Apks information as tag #3192

Open ganadist opened 9 months ago

ganadist commented 9 months ago

Problem Statement

Now, Google Play forced to use App Bundle, and Android apps are installed as Split Apks from Google Play Store. And Crashes of Android Apps may occur depending on whether parts of Split Apks are installed such as

These crashes occurs because all split apks are not installed from Google Play or the manufacturer's store, and are issues in the distribution process. And if Sentry Android SDK provides these information, project owner can identify these issues are from distribution process or app's logical problem.

Solution Brainstorm

markushi commented 8 months ago

@ganadist thanks for creating this issue, we'll provided some feedback in the PR! 🚀