Disable fetch tracking in appInsights (#187)
This commit is contained in:
parent
3fe63e88cb
commit
ed9b443bf6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue