aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/sentryintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/sentryintegration.h')
-rw-r--r--src/zenserver/sentryintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenserver/sentryintegration.h b/src/zenserver/sentryintegration.h
index fddba8882..dd8b87ab7 100644
--- a/src/zenserver/sentryintegration.h
+++ b/src/zenserver/sentryintegration.h
@@ -46,6 +46,8 @@ private:
bool m_AllowPII = false;
std::unique_ptr<sentry::SentryAssertImpl> m_SentryAssert;
std::string m_SentryUserName;
+ std::string m_SentryHostName;
+ std::string m_SentryId;
std::shared_ptr<spdlog::logger> m_SentryLogger;
};