1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-03-21 09:13:10 +00:00

Update Sentry DSN for error reporting

This commit is contained in:
孙悟元 2026-02-19 14:07:09 +08:00 committed by GitHub
parent 202405bdf8
commit 834883b2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,