about summary refs log tree commit diff
path: root/src/screens/Signup/StepHandle.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Signup/StepHandle.tsx')
-rw-r--r--src/screens/Signup/StepHandle.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx
index c84679227..8bf0c3364 100644
--- a/src/screens/Signup/StepHandle.tsx
+++ b/src/screens/Signup/StepHandle.tsx
@@ -55,7 +55,7 @@ export function StepHandle() {
           value: _(msg`That handle is already taken.`),
           field: 'handle',
         })
-        logger.metric('signup:handleTaken', {})
+        logger.metric('signup:handleTaken', {}, {statsig: true})
         return
       }
     } catch (e) {