From 92d5b560dd6b4a17912bec0cc5ea2ea49605c488 Mon Sep 17 00:00:00 2001 From: alves Date: Fri, 16 Jan 2026 12:00:46 +0800 Subject: [PATCH] feature update sentry dsn. --- src/sentry_wrapper/SentryWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry_wrapper/SentryWrapper.cpp b/src/sentry_wrapper/SentryWrapper.cpp index 562e82b0d4..53cfc6544f 100644 --- a/src/sentry_wrapper/SentryWrapper.cpp +++ b/src/sentry_wrapper/SentryWrapper.cpp @@ -127,7 +127,7 @@ static sentry_value_t before_send(sentry_value_t event, void* hint, void* data) void initSentryEx() { sentry_options_t* options = sentry_options_new(); - std::string dsn = std::string("https://c74b617c2aedc291444d3a238d23e780@o4508125599563776.ingest.us.sentry.io/4510425163956224"); + std::string dsn = std::string("https://282935326eecb9758e7f84a2ad3ae0ab@o4508125599563776.ingest.us.sentry.io/4510425163956224"); { sentry_options_set_dsn(options, dsn.c_str()); std::string handlerDir = "";