Skip to main content
Skip table of contents

Crash Reporting

Starting with version 1.5, the Igloo Core Engine includes an automated crash reporting system powered by Sentry. This feature is disabled by default.

To enable it, open the following file:
C:\ProgramData\Igloo Vision\IglooCoreEngine\settings\SentrySettings.xml

Then set the value of <useSentry> to 1:

CODE
<sentry>     
  <useSentry>1</useSentry> 
</sentry> 

Once enabled, if the Igloo Core Engine encounters a crash, a stack trace will be automatically generated and sent to the Sentry portal. This helps our development team diagnose and resolve issues more efficiently.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.