mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
Update telemetry endpoints (#19841)
* Update telemetry endpoints * Bump sql-assessment package
This commit is contained in:
@@ -25,7 +25,7 @@ class WebAppInsightsAppender implements ITelemetryAppender {
|
||||
private _telemetryCache: { eventName: string, data: any }[] = [];
|
||||
|
||||
constructor(private _eventPrefix: string, aiKey: string) {
|
||||
const endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
|
||||
const endpointUrl = 'https://mobile.events.data.microsoft.com/collect/v1';
|
||||
import('@microsoft/applicationinsights-web').then(aiLibrary => {
|
||||
this._aiClient = new aiLibrary.ApplicationInsights({
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user