From 2a453cd9cac811da0eb7c802489c6e4bcfe4bd78 Mon Sep 17 00:00:00 2001 From: hailey Date: Fri, 30 May 2025 12:13:44 -0700 Subject: invert flag for sending to statsig (#8431) --- src/screens/Moderation/VerificationSettings.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/screens/Moderation/VerificationSettings.tsx') diff --git a/src/screens/Moderation/VerificationSettings.tsx b/src/screens/Moderation/VerificationSettings.tsx index f9665d6d9..cd023ae56 100644 --- a/src/screens/Moderation/VerificationSettings.tsx +++ b/src/screens/Moderation/VerificationSettings.tsx @@ -46,9 +46,13 @@ export function Screen() { to={urls.website.blog.initialVerificationAnnouncement} label={_(msg`Learn more`)} onPress={() => { - logger.metric('verification:learn-more', { - location: 'verificationSettings', - }) + logger.metric( + 'verification:learn-more', + { + location: 'verificationSettings', + }, + {statsig: true}, + ) }}> Learn more here. -- cgit 1.4.1