invert flag for sending to statsig (#8431)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user