sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Inject enabled features into the sentry-android sdk
We need to find a way to inject enabled features of the gradle plugin (auto-instrumentation, auto-installation, dexguard, etc.) into the Android SDK as part of the integrations list (https://github.com/getsentry/sentry-java/issues/1885).
Potential solutions:
- Inject into the AndroidManifest and read it at runtime
- Write into a file (similar to proguard-uuid) and read it at runtime
- Use bytecode manipulation to update the integrations list
This will help us understand adoption and make sure we GA things that are stable
Let's inject this information to the app AndroidManifest.xml, together with the proguard mapping UUID.