diff --git a/src/sentry_wrapper/SentryWrapper.cpp b/src/sentry_wrapper/SentryWrapper.cpp index 3dfcb60712..0b2224adb5 100644 --- a/src/sentry_wrapper/SentryWrapper.cpp +++ b/src/sentry_wrapper/SentryWrapper.cpp @@ -204,7 +204,7 @@ void initSentryEx() sentry_init(options); sentry_start_session(); - sentryReportLog(SENTRY_LOG_ERROR, "init sentry error", "initSentry module"); + //sentryReportLog(SENTRY_LOG_ERROR, "init sentry error", "initSentry module"); } }