Skip to content

Commit 6dd0303

Browse files
committed
Update collector++ endpoint
1 parent 88d7502 commit 6dd0303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/telemetry/node/appInsightsAppender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function getClient(aiKey: string, testCollector: boolean): Promise<Telemet
2929
}
3030

3131
if (aiKey.indexOf('AIF-') === 0) {
32-
client.config.endpointUrl = testCollector ? 'https://mobile.events.data.microsoft.com/OneCollector/1.0' : 'https://vortex.data.microsoft.com/collect/v1';
32+
client.config.endpointUrl = testCollector ? 'https://mobile.events.data.microsoft.com/collect/v1' : 'https://vortex.data.microsoft.com/collect/v1';
3333
}
3434
return client;
3535
}

0 commit comments

Comments
 (0)