Update telemetry endpoint

This commit is contained in:
Logan Ramos 2022-04-08 13:32:24 -04:00
parent 9a8fa5f014
commit 627801843d
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

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