mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Restore AppInsights fetch telemetry (#263)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user