This branch is 41 commits behind getsentry/sentry-android-gradle-plugin:main.Folders and files Latest commit getsentry-bot Merge branch 'release/4.6.0' 1c15d18· May 16, 2024 History750 Commits .github Ensure sentry-cli works well with configuration cache (getsentry#675) Mar 22, 2024 .idea ...
Sentry’s Android Gradle Plugin Updated with Room Support and More Bytecode transformations: The Android Gradle Plugin Resources Releases81 4.11.0Latest Aug 7, 2024 + 80 releases Sponsor this project https://sentry.io/pricing/ https://sentry.io/ ...
Problem Statement When using the plain Java version of the plugin (io.sentry.jvm.gradle) as described in Sentry for Java, it attempts to upload a Source Context bundle for every build that includes the assemble task, including those run ...
Gradle Version 8.7 AGP Version 8.4.0-beta01 Code Minifier/Optimizer None Version 4.4.0 Sentry SDK Version 7.6.0 Steps to Reproduce Enable gradle configuration cache Expected Result Build succeed instead of failing Actual Result When tryi...
Fix: getsentry/sentry-android-gradle-plugin#546 * some minor changes; re-enable source context in sample * Apply suggestions from code review Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com> * lint fix --- Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io> Co-autho...
io.sentry.android.gradle 4.7.1 Steps to Reproduce bash: SENTRY_OFFLINE=1 ./gradlew assembleProdRelease_r8 ./gradlew uploadSentryProguardMappingsProdRelease_r8 ProdRelease_r8 here is flavour (Prod) + buildType (Release_r8). My build.gradle contains: sentry { def v = System.getenv('SENTRY_OFFL...
Change the plugin so it writes the proguard uuid into the android manifest. Please note this GHA needs to be amended: sentry-android-gradle-plugin/.github/workflows/test-publish-dry-run.yaml rm -r output unzip ./examples/android-gradle-kts/build/outputs/apk/release/android-gradle-kts-release...
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 that started failing when updating Sentry from 4.5.1/7.9.0 to the latest version. It's a fairly basicAndroidComposeRuletest that renders...
Gradle Version 8.8 AGP Version 8.5.0 Code Minifier/Optimizer R8 Version 4.5.1 Sentry SDK Version 7.6.0 Steps to Reproduce Run :app:uploadSentryNativeSymbolsForRelease Expected Result I would expect this not to display any error or warnin...
Gradle Version 8.+ AGP Version 7.+ Code Minifier/Optimizer None Version 3.12.0 Sentry SDK Version 6.28.0 Steps to Reproduce Might be an instance of this gradle/gradle#23093 Expected Result Build it Actual Result [20:38:05]: ▸ Configurati...