Disable fetch tracking in appInsights (#187)

This commit is contained in:
Tanuj Mittal
2020-09-10 12:15:24 -07:00
committed by GitHub
parent 3fe63e88cb
commit ed9b443bf6

View File

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