sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Gradle plugin for Sentry Android. Upload proguard, debug files, and more.

Results 118 sentry-android-gradle-plugin issues
Sort by recently updated
recently updated
newest added

### Description The gradle plugin should be applicable to the root project as opposed to being applied to the app module right now. The root plugin should go through all...

Improvement
Android

### Problem Statement We've seen a few larger companies (e.g. https://blog.duolingo.com/android-app-performance/) utilizing the Tracing API to determine slow parts within an app. We should have support for that. ### Solution...

Feature
Android

### Problem Statement We're about to release a Ktor client integration for `sentry-java`. If a customer uses Ktor client with our integration, OkHttp as the engine for Ktor client, and...

Feature
Android

### Description We already have something similar in [AnalyzingVisitor](https://github.com/getsentry/sentry-android-gradle-plugin/blob/b1f8eddd4bb17a115648b3be602e08bd8210268b/plugin-build/src/main/kotlin/io/sentry/android/gradle/instrumentation/util/AnalyzingVisitor.kt) which does a first pass to collect methods. We could generalize it and make it actually fail the build in case...

Improvement
Android

### Description We should add a basic smoke test that runs an OkHttp request against a MockWebServer to verify the most basic flow works. We should also add the OkHttp...

Improvement
Android

### Gradle Version 8.7 ### AGP Version 8.5.2 ### Code Minifier/Optimizer R8 ### Version 4.11.0 ### Sentry SDK Version 7.0.0 ### Steps to Reproduce **Platform**: Android **JDK Version**: 18 build...

Bug
Android

### Description Currently our automatic tagging through the compiler plugin is suboptimal, because we're using a Composable name for SentryTag which can be default composable names like Image/Text/Slider etc. and...

Improvement
Android

### Description See https://github.com/getsentry/projects/issues/495

Task
Android

### Problem Statement Hi, For enhanced security, we require that certain logs be sent to one server (**DSN**), while others need to be directed to a different data source name...

Improvement
Android

### Description The new `LibModuleSubplugin` should be applied to all libraries (`kotlin`, `java` or `com.android.library`) and should register the following tasks: - [ ] `UploadSourceContexts` task for this module sources

Task
Android