Update logContext

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