added comment to the instrumentation key field

This commit is contained in:
Lakshan Fernando 2016-03-28 17:29:54 -07:00 committed by Dan Quirk
parent 689a72ffb5
commit e9a6c4350a

View file

@ -13,6 +13,7 @@ namespace Microsoft.DotNet.Cli.Utils
private static Dictionary<string, string> _commonProperties = null;
private static Dictionary<string, double> _commonMeasurements = null;
//readonly instead of const to to avoid inlining in case we need to change the instrumentation key
private static readonly string InstrumentationKey = "74cc1c9e-3e6e-4d05-b3fc-dde9101d0254";
private const string TelemetryOptout = "DOTNET_CLI_TELEMETRY_OPTOUT";