mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-28 08:28:17 +01:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -4,8 +4,8 @@ const appInsights = new ApplicationInsights({
|
||||
config: {
|
||||
instrumentationKey: "fa645d97-6237-4656-9559-0ee0cb55ee49",
|
||||
disableFetchTracking: false,
|
||||
disableCorrelationHeaders: true
|
||||
}
|
||||
disableCorrelationHeaders: true,
|
||||
},
|
||||
});
|
||||
appInsights.loadAppInsights();
|
||||
appInsights.trackPageView(); // Manually call trackPageView to establish the current user/session/pageview
|
||||
|
||||
Reference in New Issue
Block a user