log event when following from starter pack list

This commit is contained in:
Hailey
2024-06-10 13:16:47 -07:00
parent b4566fed97
commit f938fb8bd5
4 changed files with 17 additions and 7 deletions
+2
View File
@@ -125,6 +125,7 @@ export type LogEvents = {
| 'ProfileMenu'
| 'ProfileHoverCard'
| 'AvatarButton'
| 'StarterPackProfilesList'
}
'profile:unfollow': {
logContext:
@@ -137,6 +138,7 @@ export type LogEvents = {
| 'ProfileHoverCard'
| 'Chat'
| 'AvatarButton'
| 'StarterPackProfilesList'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'