From 861ca58a58675e5f063072b7f31e8cefeaaeaed5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Mar 2022 17:41:01 +0530 Subject: 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 --- sentry-stub/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sentry-stub/build.gradle.kts (limited to 'sentry-stub/build.gradle.kts') diff --git a/sentry-stub/build.gradle.kts b/sentry-stub/build.gradle.kts new file mode 100644 index 00000000..f91458dd --- /dev/null +++ b/sentry-stub/build.gradle.kts @@ -0,0 +1,4 @@ +plugins { + kotlin("jvm") + id("com.github.android-password-store.kotlin-library") +} -- cgit v1.2.3