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/components/verification/VerificationCheckButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/verification/VerificationCheckButton.tsx') diff --git a/src/components/verification/VerificationCheckButton.tsx b/src/components/verification/VerificationCheckButton.tsx index 1b66cd90e..9278a3072 100644 --- a/src/components/verification/VerificationCheckButton.tsx +++ b/src/components/verification/VerificationCheckButton.tsx @@ -100,7 +100,7 @@ export function Badge({ } hitSlop={20} onPress={() => { - logger.metric('verification:badge:click', {}) + logger.metric('verification:badge:click', {}, {statsig: true}) if (state.profile.role === 'verifier') { verifierDialogControl.open() } else { -- cgit 1.4.1