diff --git a/src/dotnet-scaffolding/Microsoft.DotNet.Scaffolding.Internal/Telemetry/TelemetryConstants.cs b/src/dotnet-scaffolding/Microsoft.DotNet.Scaffolding.Internal/Telemetry/TelemetryConstants.cs index 03c27228a..1de071b0e 100644 --- a/src/dotnet-scaffolding/Microsoft.DotNet.Scaffolding.Internal/Telemetry/TelemetryConstants.cs +++ b/src/dotnet-scaffolding/Microsoft.DotNet.Scaffolding.Internal/Telemetry/TelemetryConstants.cs @@ -11,6 +11,6 @@ internal static class TelemetryConstants public static readonly string TELEMETRY_STATE_ENABLED = "enabled"; public static readonly string TELEMETRY_STATE_DISABLED = "disabled"; public static readonly string SENTINEL_SUFFIX = "FirstUseSentinel"; - public static readonly string CONNECTION_STRING = "InstrumentationKey=c52e32cd-26ae-40b7-b4a7-7dbe174f483f;"; + public static readonly string CONNECTION_STRING = "InstrumentationKey=469489a6-628b-4bb9-80db-ec670f70d874;"; public const string PII = "|PII|"; }