mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-02-01 08:04:07 +00:00
Disable fetch tracking in appInsights (#187)
This commit is contained in:
@@ -2,8 +2,7 @@ import { ApplicationInsights } from "@microsoft/applicationinsights-web";
|
|||||||
|
|
||||||
const appInsights = new ApplicationInsights({
|
const appInsights = new ApplicationInsights({
|
||||||
config: {
|
config: {
|
||||||
instrumentationKey: "fa645d97-6237-4656-9559-0ee0cb55ee49",
|
instrumentationKey: "fa645d97-6237-4656-9559-0ee0cb55ee49"
|
||||||
disableFetchTracking: false
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
appInsights.loadAppInsights();
|
appInsights.loadAppInsights();
|
||||||
|
|||||||
Reference in New Issue
Block a user