Restore AppInsights fetch telemetry (#263)

This commit is contained in:
Steve Faulkner
2020-10-08 17:55:02 -05:00
committed by GitHub
parent 8028734cb0
commit fe085b3e5a
3 changed files with 51 additions and 49 deletions

View File

@@ -2,7 +2,9 @@ import { ApplicationInsights } from "@microsoft/applicationinsights-web";
const appInsights = new ApplicationInsights({
config: {
instrumentationKey: "fa645d97-6237-4656-9559-0ee0cb55ee49"
instrumentationKey: "fa645d97-6237-4656-9559-0ee0cb55ee49",
disableFetchTracking: false,
disableCorrelationHeaders: true
}
});
appInsights.loadAppInsights();