feature upload sentry log by the flags control.

This commit is contained in:
alves
2026-01-06 20:49:07 +08:00
parent 49546332c3
commit 7ad145dd30

View File

@@ -246,6 +246,10 @@ void sentryReportLogEx(SENTRY_LOG_LEVEL logLevel,
const std::string& logTagValue,
const std::string& logTraceId)
{
if (!get_privacy_policy()) {
return;
}
sentry_level_t sentry_msg_level;
sentry_value_t tags = sentry_value_new_object();