feature add web version on bury point

This commit is contained in:
alves
2025-12-16 17:24:13 +08:00
parent 005e45bd0a
commit 6688f3c0ed
5 changed files with 47 additions and 2 deletions

View File

@@ -296,5 +296,13 @@ void sentryReportLog(SENTRY_LOG_LEVEL logLevel,
#endif
}
void set_sentry_tags(const std::string& tag_key, const std::string& tag_value)
{
#ifdef SLIC3R_SENTRY
if (!tag_key.empty())
sentry_set_tag(tag_key.c_str(), tag_value.c_str());
#endif
}
} // namespace Slic3r