All Downloads are FREE. Search and download functionalities are using the official Maven repository.

droid-password-store.android-plugins.0.0.2.source-code.com.github.android-password-store.sentry.gradle.kts Maven / Gradle / Ivy

The newest version!
@file:Suppress("PropertyName")

import io.sentry.android.gradle.InstrumentationFeature

plugins {
  id("com.android.application")
  id("io.sentry.android.gradle")
}

sentry {
  autoUploadProguardMapping.set(true)
  ignoredBuildTypes.set(setOf("debug"))
  tracingInstrumentation {
    enabled.set(true)
    features.set(setOf(InstrumentationFeature.FILE_IO))
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy