Disable Application Insights

By default, Colectica Designer reports anonymized usage data using Microsoft’s Application Insights. This information allows the Colectica team to fix errors faster and to improve the way the software works.

This reporting can be disabled with the following steps.

  1. Open the Colectica Designer configuration file: %programfiles(x86)%\ColecticaColectica Designer\ColecticaDesigner.exe.config.

  2. Find the DisableApplicationInsights setting, which looks like:

    <setting name="DisableApplicationInsights" serializeAs="String">
        <value>False</value>
    </setting>
    
  3. Change the value to True, so the complete section looks like:

    <setting name="DisableApplicationInsights" serializeAs="String">
        <value>True</value>
    </setting>