Update telemetry endpoints (#19841)

* Update telemetry endpoints

* Bump sql-assessment package
This commit is contained in:
Charles Gagnon
2022-06-28 09:16:29 -07:00
committed by GitHub
parent 42ad364eea
commit ebb1dcdfba
23 changed files with 503 additions and 863 deletions

View File

@@ -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: {