diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a2b6360b2..dad29ebbb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,7 +15,6 @@ * along with this program. If not, see . */ -import com.datadog.gradle.plugin.InstrumentationMode import io.gitlab.arturbosch.detekt.Detekt import java.io.FileInputStream import java.util.Properties @@ -182,9 +181,9 @@ secrets { } datadog { - if (!gradle.startParameter.taskNames.any { it.contains("fdroid", ignoreCase = true) }) { - composeInstrumentation = InstrumentationMode.AUTO - } + // if (!gradle.startParameter.taskNames.any { it.contains("fdroid", ignoreCase = true) }) { + // composeInstrumentation = InstrumentationMode.AUTO + // } } // per protobuf-gradle-plugin docs, this is recommended for android