Beispiel #1
0
 public void Initialize(ITelemetry telemetry)
 {
     telemetry.Context.Component.Version = _appInfo.GetApplicationVersion();
     telemetry.Context.GlobalProperties["App Version"]      = _appInfo.GetApplicationVersion();
     telemetry.Context.GlobalProperties["App Install Type"] = _appInfo.GetAppInstallType();
 }