added comment to the instrumentation key field
This commit is contained in:
parent
689a72ffb5
commit
e9a6c4350a
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue