We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3ac7d commit f2fb746Copy full SHA for f2fb746
src/Common/Commands.Common/ApplicationInsights.config
@@ -13,5 +13,5 @@
13
</ContextInitializers>
14
<TelemetryInitializers>
15
</TelemetryInitializers>
16
- <InstrumentationKey>171b81dc-a785-47a2-9e1b-d1f79b09941b</InstrumentationKey>
+ <InstrumentationKey>ce08abab-065a-4af8-a997-fdd4cd5481b4</InstrumentationKey>
17
</ApplicationInsights>
src/Common/Commands.Common/MetricHelper.cs
@@ -23,7 +23,7 @@ public static class MetricHelper
23
static MetricHelper()
24
{
25
TelemetryClient = new TelemetryClient();
26
- TelemetryClient.Context.Location.Ip = "0.0.0.0";
+ //TelemetryClient.Context.Location.Ip = "0.0.0.0";
27
28
if (!IsMetricTermAccepted())
29
0 commit comments