sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
_#skip-changelog_
### Gradle Version 9.1.0 ### AGP Version 9.0.0-alpha10 ### Code Minifier/Optimizer None ### Version 5.12.1 ### Sentry SDK Version 8.17.0 ### Steps to Reproduce Gradle Sync ### Expected Result No...
#skip-changelog vvvvvvvvvv vvvvvvvvvv vvvvvvvvvv vvvvvvvvvv vvvvvvvvvv vvvvvvvvvv vvvvvvvvvv ## Do not merge this into `main` ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ This is intended to be used for...
### Description I'm using a tool to patch my app to avoid needing to create a new release for every change (Shorebird). However patches can not be made when assets...
### Description The Kotlin compiler plugin proved to be very unstable and painful to maintain. Across the past few months we've had several incompatibility issues (mostly due to the compiler...
### Gradle Version - ### AGP Version - ### Code Minifier/Optimizer None ### Version 5.0.0 ### Sentry SDK Version 8.0.0 ### Steps to Reproduce Have a project using the gradle...
### Description Sentry Android Gradle Plugin `6.0.0-beta.1` tasks
### Description We are collecting milestones for Sentry Android Gradle Plugin `6.0.0` here.
### Description After the multi-module support is in place, we could create an additional task to set up [code mappings](https://docs.sentry.io/platforms/java/guides/jul/source-context/#setting-up-code-mappings) automatically for each module. This would probably require adding a...
### Description Currently `UploadNativeSymbolsTask` is registered only for the app module, but it should be registered on the root project level, and since it invokes the sentry-cli, it will recursively...