Release Notes: 1.5.2.2
Functional Updates
Update | Detailed Description |
---|---|
Defect Fixes | |
The following defect fixes are in this release:
|
|
General | |
Application Insights Configuration. |
Previously, users experienced slow or failed printing of tickets while using Galileo Print Manager.net. This release now includes improvements to the implementation of AppInsights, which caused the issue. The following configuration files now include lines for the LogEventTelemetry and LogExceptionTelemetry keys:
By default, these key values are set to "True", as shown in bold below: <!--Send Event Telemetry--> <add key="LogEventTelemetry" value="True"/> <!--Send Exception Telemetry--> <add key="LogExceptionTelemetry" value="True"/> If you experience printing delays while using the application, set both these values to "False". You must set the values to "False" in both configuration files, save the files, and restart Galileo Print Manager.net. The affected lines with changes are in bold below: <!--Send Event Telemetry--> <add key="LogEventTelemetry" value="False"/> <!--Send Exception Telemetry--> <add key="LogExceptionTelemetry" value="False"/> |