mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 22:43:04 +00:00
feature add web version on bury point
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user