Update logContext

This commit is contained in:
Eric Bailey
2024-06-28 10:51:21 -05:00
parent bb304f7bf6
commit 21d9bee378
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export function SuggestedFollows() {
/>
<ProfileCard.FollowButton
profile={profile}
logContext="FeedSuggestedFollowsCard"
logContext="FeedsInterstitial"
shape={gtMobile ? undefined : 'round'}
color="secondary"
/>
+2 -2
View File
@@ -147,7 +147,7 @@ export type LogEvents = {
| 'ProfileHoverCard'
| 'AvatarButton'
| 'StarterPackProfilesList'
| 'FeedSuggestedFollowsCard'
| 'FeedsInterstitial'
}
'profile:unfollow': {
logContext:
@@ -161,7 +161,7 @@ export type LogEvents = {
| 'Chat'
| 'AvatarButton'
| 'StarterPackProfilesList'
| 'FeedSuggestedFollowsCard'
| 'FeedsInterstitial'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'