Sentry: setup user after config init so that we can sent the authkey

This commit is contained in:
Lion Kortlepel
2021-08-10 11:59:30 +02:00
committed by Lion
parent 8551e56e42
commit b9f594896a
3 changed files with 9 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ int main(int argc, char** argv) try {
RegisterThread("Main");
Sentry.SetupUser();
Sentry.PrintWelcome();
TResourceManager ResourceManager;
TPPSMonitor PPSMonitor(Server);