Skip to content

Commit 4af164e

Browse files
authored
Continue using vortex endpoint (microsoft#151473)
1 parent b7faf23 commit 4af164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/telemetry/browser/telemetryService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class WebAppInsightsAppender implements ITelemetryAppender {
2626
private _telemetryCache: { eventName: string; data: any }[] = [];
2727

2828
constructor(private _eventPrefix: string, aiKey: string) {
29-
const endpointUrl = 'https://mobile.events.data.microsoft.com/collect/v1';
29+
const endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
3030
import('@microsoft/applicationinsights-web').then(aiLibrary => {
3131
this._aiClient = new aiLibrary.ApplicationInsights({
3232
config: {

0 commit comments

Comments
 (0)