Skip to content

Commit f7cb86b

Browse files
committed
feat: add analytics types for language selection
1 parent 4d99f8f commit f7cb86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/common/src/analytics/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ export enum PostHogAction {
247247
UserWalletProfileLightModeClick = 'user/wallet profile | light mode | click',
248248
UserWalletProfileDarkModeClick = 'user/wallet profile | dark mode | click',
249249
UserWalletProfileNetworkClick = 'user/wallet profile | network | click',
250+
UserWalletProfileLanguageClick = 'user/wallet profile | language | click',
251+
UserWalletProfileLanguageSelectClick = 'user/wallet profile | language select | click',
250252
UserWalletProfileNetworkPreviewClick = 'user/wallet profile | network | preview | click',
251253
UserWalletProfileNetworkPreprodClick = 'user/wallet profile | network | preprod | click',
252254
UserWalletProfileNetworkMainnetClick = 'user/wallet profile | network | mainnet | click',

0 commit comments

Comments
 (0)