From d0107543e4f5587a655d73b950e6ec6564747a29 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 28 Oct 2025 12:39:30 +0100 Subject: explicitly enable sentry in release build / bundle --- scripts/bundle.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/bundle.lua') diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 98e139eb0..d0924caab 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -25,6 +25,7 @@ local function _build(arch, debug, config_args) "--clean", "--mode="..variant, "--arch="..arch, + "--zensentry=" .. (debug and "off" or "on"), config_args) if ret > 0 then raise("Failed to configure xmake") -- cgit v1.2.3