Skip to content

Commit 7077394

Browse files
committed
add sentry label
1 parent d6f64ec commit 7077394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/settings/Wallet/InternationalDepositAccount/subPages/AccountFlowEntryPoint.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ function AccountFlowEntryPoint({policyName = '', onBackButtonPress}: AccountFlow
118118
onPress={() => openExternalLink(CONST.ENCRYPTION_AND_SECURITY_HELP_URL)}
119119
style={[styles.flexRow, styles.alignItemsCenter]}
120120
accessibilityLabel={translate('bankAccount.yourDataIsSecure')}
121+
sentryLabel={CONST.SENTRY_LABEL.BANK_ACCOUNT.DATA_SECURE_LINK}
121122
>
122123
<TextLink href={CONST.ENCRYPTION_AND_SECURITY_HELP_URL}>{translate('bankAccount.yourDataIsSecure')}</TextLink>
123124
<View style={styles.ml1}>

0 commit comments

Comments
 (0)