mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Sentry: add loads more information
This commit is contained in:
@@ -18,6 +18,8 @@ public:
|
||||
void AddExtra(const std::string& key, const std::string& value);
|
||||
void LogException(const std::exception& e, const std::string& file, const std::string& line);
|
||||
void AddErrorBreadcrumb(const std::string& msg, const std::string& file, const std::string& line);
|
||||
// cleared when Logged
|
||||
void SetTransaction(const std::string& id);
|
||||
|
||||
private:
|
||||
bool mValid { true };
|
||||
|
||||
Reference in New Issue
Block a user