From 21d9bee37894d019b994375a3aa3c44890416aaf Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Jun 2024 10:51:21 -0500 Subject: [PATCH] Update logContext --- src/components/FeedInterstitials.tsx | 2 +- src/lib/statsig/events.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index cb3284b47a..a915cb32a3 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -128,7 +128,7 @@ export function SuggestedFollows() { /> diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 2eb921b094..19fd6e5fd9 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -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'