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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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();