about summary refs log tree commit diff
path: root/src/screens/Moderation/VerificationSettings.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Moderation/VerificationSettings.tsx')
-rw-r--r--src/screens/Moderation/VerificationSettings.tsx10
1 files changed, 7 insertions, 3 deletions
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.
                 </InlineLinkText>