sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Support [androidx.room.paging](https://developer.android.com/jetpack/androidx/releases/room#2.4.0-alpha04). The paging integration has slightly different code generated by room, hence we need to find other touchpoints than seen in all other integrations. Example of code generated by...
Similar to Android/Java https://github.com/getsentry/sentry-java/blob/main/.github/workflows/codeql-analysis.yml
See Java repo https://app.codecov.io/gh/getsentry/sentry-java
### Integration sentry-android ### Build System Gradle ### AGP Version 7.3.0 ### Proguard Enabled ### Version 6.4.2 ### Steps to Reproduce Occasionally when running a build with Proguard/R8 enabled and...
## :scroll: Description Fixes https://github.com/getsentry/sentry-react-native/issues/3644 The task tree for a simple flutter app, without our sentry plugin being applied looks like this: `compileReleaseKotlin->processReleaseResources->copyFlutterAssetsRelease->mergeReleaseAssets` Right now our `generateDebugMetaProperties` depends on both...
Bumps plugin-build/sentry-cli.properties from 2.28.6 to 2.31.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.31.0 With this change, dSYM uploads to the legacy endpoint and release file uploads are routed...
### Gradle Version 8.5 ### AGP Version 8.2.1 ### Code Minifier/Optimizer R8 ### Version 4.4.0 ### Sentry SDK Version 7.6.0 ### Steps to Reproduce 1. Create a library module with...
### Problem Statement When sending Source Context via Sentry Gradle Plugin, I've noticed that the source is taken only from the main application module. This is problematic for multi-module setups,...
### Problem Statement I would like Sentry tooling to synchronize the source code mappings in my Sentry GitHub integration with my Java project structure. Consider a multi-project Gradle project with...
### Gradle Version 8.4 ### AGP Version 8.3.1 ### Code Minifier/Optimizer R8 ### Version 4.4.0 ### Sentry SDK Version 7.6.0 ### Steps to Reproduce Sentry configuration: ```kt val isCi =...