mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(datadog): Disable automatic compose instrumentation (#2884)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
3f55d0f225
commit
61d45367a2
1 changed files with 3 additions and 4 deletions
|
|
@ -15,7 +15,6 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue