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
:
<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.