We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998d5db commit abb9d17Copy full SHA for abb9d17
2 files changed
src/CONST/index.ts
@@ -8754,6 +8754,9 @@ const CONST = {
8754
},
8755
8756
SENTRY_LABEL: {
8757
+ BILLING_BANNER: {
8758
+ RIGHT_ICON: 'BillingBanner-RightIcon',
8759
+ },
8760
NAVIGATION_TAB_BAR: {
8761
EXPENSIFY_LOGO: 'NavigationTabBar-ExpensifyLogo',
8762
INBOX: 'NavigationTabBar-Inbox',
src/pages/settings/Subscription/CardSection/BillingBanner/BillingBanner.tsx
@@ -74,6 +74,7 @@ function BillingBanner({
74
style={[styles.touchableButtonImage]}
75
role={CONST.ROLE.BUTTON}
76
accessibilityLabel={rightIconAccessibilityLabel}
77
+ sentryLabel={CONST.SENTRY_LABEL.BILLING_BANNER.RIGHT_ICON}
78
>
79
<Icon
80
src={rightIcon}
0 commit comments