fix curl, print segfault

This commit is contained in:
Lion Kortlepel
2021-08-09 00:41:16 +02:00
committed by Lion
parent 9fe1a94d42
commit a7c28a8d0d
4 changed files with 18 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ public:
TSentry(const std::string& SentryUrl);
~TSentry();
void PrintWelcome();
void Log(sentry_level_t level, const std::string& logger, const std::string& text);
void AddExtra(const std::string& key, const sentry_value_t& value);
void AddExtra(const std::string& key, const std::string& value);