From 4db8b51f2420667f3e39819c784a74582c2009a0 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 10 May 2026 13:22:26 -0600 Subject: [PATCH] Disable Sentry on Android --- CMakePresets.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 9801c16393..b72540225c 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -358,7 +358,13 @@ "inherits": [ "android-base", "ci" - ] + ], + "cacheVariables": { + "DUSK_ENABLE_SENTRY_NATIVE": { + "type": "BOOL", + "value": false + }, + } }, { "name": "x-android-ci-arm64",