diff options
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 42f4737f8..00444c18c 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -115,6 +115,7 @@ export type LogEvents = { | 'ProfileHeaderSuggestedFollows' | 'ProfileMenu' | 'ProfileHoverCard' + | 'AvatarButton' } 'profile:unfollow': { logContext: @@ -126,6 +127,7 @@ export type LogEvents = { | 'ProfileMenu' | 'ProfileHoverCard' | 'Chat' + | 'AvatarButton' } 'chat:create': { logContext: 'ProfileHeader' | 'NewChatDialog' |