Skip to content

Commit abb9d17

Browse files
committed
Add sentryLabel
1 parent 998d5db commit abb9d17

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/CONST/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8754,6 +8754,9 @@ const CONST = {
87548754
},
87558755

87568756
SENTRY_LABEL: {
8757+
BILLING_BANNER: {
8758+
RIGHT_ICON: 'BillingBanner-RightIcon',
8759+
},
87578760
NAVIGATION_TAB_BAR: {
87588761
EXPENSIFY_LOGO: 'NavigationTabBar-ExpensifyLogo',
87598762
INBOX: 'NavigationTabBar-Inbox',

src/pages/settings/Subscription/CardSection/BillingBanner/BillingBanner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function BillingBanner({
7474
style={[styles.touchableButtonImage]}
7575
role={CONST.ROLE.BUTTON}
7676
accessibilityLabel={rightIconAccessibilityLabel}
77+
sentryLabel={CONST.SENTRY_LABEL.BILLING_BANNER.RIGHT_ICON}
7778
>
7879
<Icon
7980
src={rightIcon}

0 commit comments

Comments
 (0)