mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
Update telemetry endpoints (#19841)
* Update telemetry endpoints * Bump sql-assessment package
This commit is contained in:
@@ -29,7 +29,7 @@ async function getClient(aiKey: string): Promise<appInsights.TelemetryClient> {
|
||||
}
|
||||
|
||||
if (aiKey.indexOf('AIF-') === 0) {
|
||||
client.config.endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
|
||||
client.config.endpointUrl = 'https://mobile.events.data.microsoft.com/collect/v1';
|
||||
}
|
||||
return client;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user