Android-Password-Store/sentry-stub/build.gradle.kts
Harsh Shandilya 861ca58a58
Configure Sentry with more information (#1782)
* build-logic: remove error path in Sentry plugin

* gradle: fix UnstableApiUsage warning

* build-logic: configure Sentry Gradle Plugin

* app: set traces sample-rate to 1.0

* sentry-stub: init

* app: populate Sentry user field with feature flags
2022-03-13 12:11:01 +00:00

4 lines
85 B
Text

plugins {
kotlin("jvm")
id("com.github.android-password-store.kotlin-library")
}