From 919e3c58f3a0df25a51c5573a0ce15d040e40867 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Mon, 9 Mar 2026 15:52:35 -0700 Subject: [PATCH] Migrate dotnetup to official instrumentation key Resolves https://github.com/dotnet/sdk/issues/52785 We shouldn't rely on 'shadow it' for development builds at this time. The data still need to get classified and ingested, etc, so none of this is going to actually flow in at the moment to this endpoint. This does mean our telemetry dashboard won't be very helpful until that process is complete. But that's ok. --- src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs b/src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs index 0cdce181541f..928b36b08fa1 100644 --- a/src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs +++ b/src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs @@ -32,10 +32,8 @@ public sealed class DotnetupTelemetry : IDisposable /// /// Connection string for Application Insights. - /// TODO: Replace with the official SDK CLI Application Insights key before production release. - /// See https://github.com/dotnet/sdk/issues/52785 /// - private const string ConnectionString = "InstrumentationKey=04172778-3bc9-4db6-b50f-cafe87756a47;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=fbd94297-7083-42b8-aaa5-1886192b4272"; + private const string ConnectionString = "InstrumentationKey=74cc1c9e-3e6e-4d05-b3fc-dde9101d0254"; /// /// Environment variable to opt out of telemetry.