Restore Raygun reporting
- Issue MatterHackers/MCCentral#5082 Raygun reporting remains broken in 2.19.2
This commit is contained in:
parent
1ce6c92b78
commit
9f9cca9ccb
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue