sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
### Gradle Version 8.2 ### AGP Version 8.2.1 ### Code Minifier/Optimizer None ### Version 4.2.0 ### Sentry SDK Version 7.2.0 ### Steps to Reproduce - Add `com.applovin.mediation:bytedance-adapter:6.2.0.7.0` or any 6.x.x.x.x...
### Gradle Version 8.10 ### AGP Version 8.5.2 ### Code Minifier/Optimizer Proguard ### Version 4.11.0 ### Sentry SDK Version 7.13.0 ### Steps to Reproduce Include "androidx.sqlite:sqlite:2.5.0-alpha08" in dependencies. ### Expected...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.5.0 ### Proguard Enabled ### Version 7.14.0 ### Steps to Reproduce (opening on behalf of a customer) 1. Run unit...
### Problem Statement The way the help flag reads for the UUID makes it seem that it is optional. Though, technically, it is, the UUID is computed too late in...
### Gradle Version 8.7 ### AGP Version 8.5.0 ### Code Minifier/Optimizer None ### Version 4.10.0 ### Sentry SDK Version 7.12.0 ### Steps to Reproduce I have a simple compose test...
throw away ktlint
### Gradle Version 8.5 ### AGP Version 8.2.0 ### Code Minifier/Optimizer None ### Version 4.0.0 ### Sentry SDK Version 7.1.0 ### Steps to Reproduce Apply sentry gradle plugin Use gradles...
### Gradle Version 9.2.1 ### AGP Version 8.13.0 ### Code Minifier/Optimizer None ### Version 5.12.1 ### Sentry SDK Version 8.24.0 ### Steps to Reproduce Apply `io.sentry.kotlin.compiler.gradle` with `5.12.1` in a...
Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2 to 3. Release notes Sourced from getsentry/github-workflows/.github/workflows/updater.yml's releases. 3.0.0 Breaking Changes Updater: The default value for pr-strategy has been changed from create to update. (#124) This...
### Description Migrating `sentry.gradle` to SAGP simplifies RN Android setup and ensure both source maps and native symbols are uploaded by default (currently only source maps uploaded by default). ###...