From 834883b2a45cd9b9017d6bb9a6df0dcf681f8663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=9F=E5=85=83?= Date: Thu, 19 Feb 2026 14:07:09 +0800 Subject: [PATCH] Update Sentry DSN for error reporting --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 69cc226..4a23020 100644 --- a/src/main.js +++ b/src/main.js @@ -34,7 +34,7 @@ let feedbackIntegration = null; // 初始化 Sentry,但暂不启用 Replay Sentry.init({ app, - dsn: "https://c7f4eeab1055a53941738c36868bc2df@report.houlang.cloud/4", + dsn: "https://dc34ab47426f49c0925445f0d87b7007@report.houlang.cloud/6", // Setting this option to true will send default PII data to Sentry. // For example, automatic IP address collection on events sendDefaultPii: true,