mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Sentry: remove authkey, use id instead
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
void PrintWelcome();
|
||||
void SetupUser();
|
||||
void Log(sentry_level_t level, const std::string& logger, const std::string& text);
|
||||
void LogDebug(const std::string& text, const std::string& file, const std::string& line);
|
||||
void LogError(const std::string& text, const std::string& file, const std::string& line);
|
||||
void AddExtra(const std::string& key, const sentry_value_t& value);
|
||||
void AddExtra(const std::string& key, const std::string& value);
|
||||
void LogException(const std::exception& e, const std::string& file, const std::string& line);
|
||||
|
||||
Reference in New Issue
Block a user