Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 5f8adf4

Browse files
authored
get rid of identify calls (#1013)
1 parent 2b4cb14 commit 5f8adf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/eventtracking.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ const track = async (eventType, eventProperties, options) => {
5454
const accountID = options.accountId;
5555
const id = getSegmentID(shellSettings);
5656
analytics.alias({ previousId: accountID, userId: id });
57-
analytics.identify({
58-
userId: id,
59-
traits: { account_id: accountID }
60-
});
6157
}
6258

6359
const user_country = await getUserCountry();

0 commit comments

Comments
 (0)