mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 11:50:39 +00:00
fix curl, print segfault
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user