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 --- settings.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index e0ab512d..1840ee1c 100644 --- a/settings.gradle.kts +++ b/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 = "APS" @@ -54,4 +55,6 @@ include("passgen:diceware") include("passgen:random") +include("sentry-stub") + include("ui-compose") -- cgit v1.2.3