Update logContext
This commit is contained in:
@@ -128,7 +128,7 @@ export function SuggestedFollows() {
|
||||
/>
|
||||
<ProfileCard.FollowButton
|
||||
profile={profile}
|
||||
logContext="FeedSuggestedFollowsCard"
|
||||
logContext="FeedsInterstitial"
|
||||
shape={gtMobile ? undefined : 'round'}
|
||||
color="secondary"
|
||||
/>
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user