Sentry: add loads more information

This commit is contained in:
Lion Kortlepel
2021-08-10 10:22:30 +02:00
committed by Lion
parent 57e6e98423
commit 85fd9e9ee3
5 changed files with 32 additions and 10 deletions

View File

@@ -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 };