Restore Raygun reporting

- Issue MatterHackers/MCCentral#5082
Raygun reporting remains broken in 2.19.2
This commit is contained in:
jlewin 2019-02-22 11:34:16 -08:00
parent 1ce6c92b78
commit 9f9cca9ccb

View file

@ -78,6 +78,11 @@ namespace MatterHackers.MatterControl
string userProfilePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
_raygunClient = new RaygunClient("hQIlyUUZRGPyXVXbI6l1dA==") // this is the PC key
{
ApplicationVersion = VersionInfo.Instance.ReleaseVersion
};
//#if IS_WINDOWS
waitHandle = new EventWaitHandle(false, EventResetMode.ManualReset, "MatterControl#Startup", out bool created);