From a0b70422698d53f8cf38c34cb4d4bcfb6a488b3c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Jun 2024 10:52:24 -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 a915cb32a3..20435d3814 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 19fd6e5fd9..3cde44ef22 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -147,7 +147,7 @@ export type LogEvents = { | 'ProfileHoverCard' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedsInterstitial' + | 'FeedInterstitial' } 'profile:unfollow': { logContext: @@ -161,7 +161,7 @@ export type LogEvents = { | 'Chat' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedsInterstitial' + | 'FeedInterstitial' } 'chat:create': { logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'