Skip to content

Commit

Permalink
update instrumentation key (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchoudhery authored Dec 19, 2024
1 parent 652c6ff commit bd7212c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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|";
}

0 comments on commit bd7212c

Please # to comment.