From 76da5c673e711b4677b1c49016933439a747b9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Fri, 19 Dec 2025 14:46:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(miniapp):=20=E6=B7=BB=E5=8A=A0=20Sentry=20?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=8E=AF=E5=A2=83=E5=88=87=E6=8D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 MiniAppManager 中引入 SentryHelper 用于发送开发阶段测试日志 - 优化厂商切换逻辑,增加对不同切换场景的日志记录 - 调整环境索引设置逻辑,确保全局环境值正确更新 - 注释掉 CossCertManager 中不必要的客户端 ID 清除代码 - 更新 BuildProfile 配置文件中的版本号和调试模式设置 --- BuildProfile.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index ecd856f..25f5968 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -2,8 +2,8 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.11'; -export const BUILD_MODE_NAME = 'release'; -export const DEBUG = false; +export const BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; export const TARGET_NAME = 'default'; /**