mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
feature upload sentry log by the flags control.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user