From eb49ab79688e042c4491b88e84a06da7034b5756 Mon Sep 17 00:00:00 2001 From: alves Date: Wed, 7 Jan 2026 09:39:44 +0800 Subject: [PATCH] feature remove not work code. --- src/sentry_wrapper/SentryWrapper.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sentry_wrapper/SentryWrapper.cpp b/src/sentry_wrapper/SentryWrapper.cpp index 0a2136018c..e3d5bad670 100644 --- a/src/sentry_wrapper/SentryWrapper.cpp +++ b/src/sentry_wrapper/SentryWrapper.cpp @@ -126,11 +126,6 @@ void initSentryEx() sentry_options_t* options = sentry_options_new(); std::string dsn = std::string("https://c74b617c2aedc291444d3a238d23e780@o4508125599563776.ingest.us.sentry.io/4510425163956224"); { -#ifdef __APPLE__ - -#elif _WIN32 - -#endif sentry_options_set_dsn(options, dsn.c_str()); std::string handlerDir = ""; std::string dataBaseDir = "";