sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### Description See https://github.com/getsentry/projects/issues/495
### 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...
### 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