Skip to content

Commit

Permalink
Add necessary missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Oct 31, 2023
1 parent a943ae3 commit 894a9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/appInsightsClientFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const appInsightsClientFactory = async (key: string, xhrOverride?: IXHROv
appInsightsClient?.track({
name: eventName,
data: properties,
baseType: "EventData",
baseData: { name: eventName, properties: data?.properties, measurements: data?.measurements }
});
},
Expand Down

0 comments on commit 894a9af

Please sign in to comment.