sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Bumps plugin-build/sentry-cli.properties from 2.31.1 to 2.31.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.31.2 #### Various fixes & improvements - Fix regressions related to `releases set-commits` command, which were...
### Description Flutter registers it's own copyAssets task, which get's wired up with the `mergeAssets` task here: https://github.com/flutter/flutter/blob/6ce591f7ea3ba827d9340ce03f7d8e3a37ebb03a/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy#L1295-L1298 Our plugin on the other hand uses assets transformer to inject the...
### Problem Statement [K2 Compiler](https://kotlinlang.org/docs/k2-compiler-guide.html) will be stable with the Kotlin 2.0 release, making an issue to track when `io.sentry.SentryKotlinCompilerPlugin` is compatible with K2. ### Solution Brainstorm _No response_
### Platform Android ### Installed None ### Version 0.5.0 ### Steps to Reproduce 1. Create a KMP project using [this](https://terrakok.github.io/Compose-Multiplatform-Wizard/) template (iOS, Android, Desktop). 2. Add Sentry Multiplatform dependency to...
Bumps scripts/update-android.sh from 7.8.0 to 7.9.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 7.9.0 #### Features - Add start_type to app context ([#3379](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/3379)) - Add ttid/ttfd contribution flags ([#3386](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/3386))...
## :scroll: Description * Exclude sources that contain build config in their path (considering well-known community plugins for buildConfig generation as well) ## :bulb: Motivation and Context Closes #692 Closes...
### Gradle Version 8.7 ### AGP Version 8.3.2 ### Code Minifier/Optimizer None ### Version 4.5 ### Sentry SDK Version 7.8.0 ### Steps to Reproduce - Add Sentry Android Gradle plugin...
### Integration sentry ### Java Version 21 ### Version 4.5.1 ### Steps to Reproduce `gradle clean build` ### Expected Result No error message from Sentry ### Actual Result error: Auth...
### Gradle Version 8.2 ### AGP Version 8.1.1 ### Code Minifier/Optimizer R8 ### Version 3.12.0 ### Sentry SDK Version 6.28.0 ### Steps to Reproduce Just Generate signed apk in release...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.3.0 ### Proguard Enabled ### Version io.sentry.android.gradle 4.7.1 ### Steps to Reproduce bash: 1. `SENTRY_OFFLINE=1 ./gradlew assembleProdRelease_r8` 2. `./gradlew uploadSentryProguardMappingsProdRelease_r8`...