Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/Installer/dotnetup/Telemetry/DotnetupTelemetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ public sealed class DotnetupTelemetry : IDisposable

/// <summary>
/// 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
/// </summary>
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";

/// <summary>
/// Environment variable to opt out of telemetry.
Expand Down