sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
#skip-changelog ## :scroll: Description Adds integration tests to the repository for the `sentry-cli` commands used by this plugin. Run locally: ```bash test/integration-test-server-start.sh ``` In separate process: ```bash export ANDROID_HOME=~/Library/Android/sdk/ export...
### Gradle Version 7.5.0 ### AGP Version 7.4.0-alpha4+ ### Code Minifier/Optimizer _No response_ ### Version 3.1.3 ### Sentry SDK Version 6.3.0 ### Steps to Reproduce Add 7.4.0-alpha04 or newer to...
### Problem Statement Currently, the only way to override defaults for the plugin is via `SENTRY_RELEASE` and `SENTRY_DIST` environment variables. I believe, this is against the Gradle's best practices for...
### Gradle Version 8.0 ### AGP Version any ### Code Minifier/Optimizer _No response_ ### Version 3.1.4 ### Sentry SDK Version any ### Steps to Reproduce 1. `git clone [email protected]:asodja/io-sentry-with-gradle8.git` 2....
### Problem Statement Collect compose metrics and display them nicely in the Sentry UI to provide actionable insights for our users - highlight which composable functions they can optimize and...
### Gradle Version 7.5.1 ### AGP Version 7.2.2 ### Code Minifier/Optimizer _No response_ ### Version 3.1.4 ### Sentry SDK Version 6.0.0, 6.3.1, any... ### Steps to Reproduce 1. Install `io.sentry:sentry-android-gradle-plugin:3.1.4`...
### Description Due to PII, we have to be cautious about parameter values in SQL queries instrumentation. For some queries, the parameter values are still captured, so we'd need to...
### Description Upon the first gradle sync/run after the plugin has been install, we can show a popup/link which would redirect users to the wizard, so we can automatically infer...
> it'd be awesome if we could also trigger a new release automatically for the first point (Update Android SDK version in SAGP -> update changelog -> trigger release workflow,...
### Description This strategy could issue a warning if it counts more than one occurence of the sentry-android-core/sentry-android-okhttp/etc module in the dependency tree, which could happen in case if it...