We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7faf23 commit 4af164eCopy full SHA for 4af164e
src/vs/workbench/services/telemetry/browser/telemetryService.ts
@@ -26,7 +26,7 @@ class WebAppInsightsAppender implements ITelemetryAppender {
26
private _telemetryCache: { eventName: string; data: any }[] = [];
27
28
constructor(private _eventPrefix: string, aiKey: string) {
29
- const endpointUrl = 'https://mobile.events.data.microsoft.com/collect/v1';
+ const endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
30
import('@microsoft/applicationinsights-web').then(aiLibrary => {
31
this._aiClient = new aiLibrary.ApplicationInsights({
32
config: {
0 commit comments