'请求-ID' &安培; '请求 - 语境'没有得到补充

时间:2018-04-09 04:57:26

标签: angular azure azure-application-insights

我正在创建一个有角度的应用程序,并尝试将appinsights添加到角度应用程序。配置设置如下:

private config: Microsoft.ApplicationInsights.IConfig = {
    instrumentationKey: environment.appInsights.instrumentationKey,
    disableCorrelationHeaders: false,
    enableDebug : true,
    verboseLogging : true
}

和app见解在角度服务中初始化如下。

if (!AppInsights.config) {
  AppInsights.downloadAndSetup(this.config);
}

但我没有看到具有以下标头的依赖调用     '请求-ID'     '请求 - 语境'

有人成功地让这个工作吗?

1 个答案:

答案 0 :(得分:0)