Revert "let's try vcpkg"

This reverts commit 8d7505956d.
This commit is contained in:
Lion Kortlepel
2022-05-29 14:37:50 +02:00
parent 1970d97ea4
commit 758d5b2c96
7 changed files with 89 additions and 91 deletions

View File

@@ -72,7 +72,7 @@ void TSentry::Log(SentryLevel level, const std::string& logger, const std::strin
SetContext("threads", { { "thread-name", ThreadName(true) } });
auto Msg = sentry_value_new_message_event(sentry_level_t(level), logger.c_str(), text.c_str());
sentry_capture_event(Msg);
sentry_set_transaction(nullptr);
sentry_remove_transaction();
}
void TSentry::LogError(const std::string& text, const std::string& file, const std::string& line) {