summaryrefslogtreecommitdiff
path: root/build-logic/settings.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-03-13 17:41:01 +0530
committerGitHub <noreply@github.com>2022-03-13 12:11:01 +0000
commit861ca58a58675e5f063072b7f31e8cefeaaeaed5 (patch)
tree1f886ec49d4742be01747d8590aa7d3edd4a7499 /build-logic/settings.gradle.kts
parent20725219bdc482480ad7130cd2b3829ae24384a8 (diff)
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
Diffstat (limited to 'build-logic/settings.gradle.kts')
-rw-r--r--build-logic/settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts
index dc8e13b2..144cd7f7 100644
--- a/build-logic/settings.gradle.kts
+++ b/build-logic/settings.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
+@file:Suppress("UnstableApiUsage")
rootProject.name = "build-logic"