Skip to content

Commit

Permalink
Continue using vortex endpoint (#151473)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored Jun 8, 2022
1 parent b7faf23 commit 4af164e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WebAppInsightsAppender implements ITelemetryAppender {
private _telemetryCache: { eventName: string; data: any }[] = [];

constructor(private _eventPrefix: string, aiKey: string) {
const endpointUrl = 'https://mobile.events.data.microsoft.com/collect/v1';
const endpointUrl = 'https://vortex.data.microsoft.com/collect/v1';
import('@microsoft/applicationinsights-web').then(aiLibrary => {
this._aiClient = new aiLibrary.ApplicationInsights({
config: {
Expand Down

0 comments on commit 4af164e

Please sign in to comment.