Update logContext
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user