feature remove the mac address on bury point

This commit is contained in:
alves
2025-12-24 14:26:00 +08:00
parent ed81bf6cbe
commit a6b6151b0f
3 changed files with 5 additions and 82 deletions

View File

@@ -220,10 +220,6 @@ void initSentryEx()
if (!machineID.empty())
sentry_set_tag("machine_id", machineID.c_str());
std::string macAdress = common::getMacAddress();
if (!macAdress.empty())
sentry_set_tag("macaddress", macAdress.c_str());
std::string pcName = common::get_pc_name();
if (!pcName.empty())
sentry_set_tag("pc_name", pcName.c_str());