Skip to content

Commit 4987407

Browse files
committed
Update data payload
1 parent 7247ee0 commit 4987407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/1dsClientFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const oneDataSystemClientFactory = async (key: string, vscodeAPI: typeof
7676
try {
7777
appInsightsCore?.track({
7878
name: eventName,
79-
data: { ...data?.properties, ...data?.measurements },
79+
data,
8080
});
8181
} catch (e: any) {
8282
throw new Error("Failed to log event to app insights!\n" + e.message);

0 commit comments

Comments
 (0)