This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Description
Running the latest version of App Insights and installed Glimpse.ApplicationInsights.Web, it added the following to my ApplicationInsights.config:
<TelemetryChannel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
and at the bottom
<TelemetryChannel Type="Glimpse.ApplicationInsights.GlimpseTelemetryChannel, Glimpse.ApplicationInsights">
<Channel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
</TelemetryChannel>
<InstrumentationKey>00000000-0000-0000-0000-000000000000</InstrumentationKey>
However when I run the site I get the error in the subject, I tried changing the InstrumentationKey to the one for our Dev environment but that made no difference, wondering if I'm missing something obvious?
Thanks
Simon