@@ -261,7 +261,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
261261 testID = "ExpensifyLogoButton"
262262 onPress = { navigateToChats }
263263 wrapperStyle = { styles . leftNavigationTabBarItem }
264- sentryLabel = "NavigationTabBar-ExpensifyLogo"
264+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . EXPENSIFY_LOGO }
265265 >
266266 < ImageSVG
267267 style = { StyleUtils . getAvatarStyle ( CONST . AVATAR_SIZE . DEFAULT ) }
@@ -273,7 +273,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
273273 role = { CONST . ROLE . BUTTON }
274274 accessibilityLabel = { translate ( 'common.inbox' ) }
275275 style = { ( { hovered} ) => [ styles . leftNavigationTabBarItem , hovered && styles . navigationTabBarItemHovered ] }
276- sentryLabel = "NavigationTabBar-Inbox"
276+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . INBOX }
277277 >
278278 { ( { hovered} ) => (
279279 < >
@@ -314,7 +314,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
314314 role = { CONST . ROLE . BUTTON }
315315 accessibilityLabel = { translate ( 'common.reports' ) }
316316 style = { ( { hovered} ) => [ styles . leftNavigationTabBarItem , hovered && styles . navigationTabBarItemHovered ] }
317- sentryLabel = "NavigationTabBar-Reports"
317+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . REPORTS }
318318 >
319319 { ( { hovered} ) => (
320320 < >
@@ -346,7 +346,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
346346 role = { CONST . ROLE . BUTTON }
347347 accessibilityLabel = { translate ( 'common.workspacesTabTitle' ) }
348348 style = { ( { hovered} ) => [ styles . leftNavigationTabBarItem , hovered && styles . navigationTabBarItemHovered ] }
349- sentryLabel = "NavigationTabBar-Workspaces"
349+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . WORKSPACES }
350350 >
351351 { ( { hovered} ) => (
352352 < >
@@ -414,7 +414,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
414414 accessibilityLabel = { translate ( 'common.inbox' ) }
415415 wrapperStyle = { styles . flex1 }
416416 style = { styles . navigationTabBarItem }
417- sentryLabel = "NavigationTabBar-Inbox"
417+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . INBOX }
418418 >
419419 < View >
420420 < Icon
@@ -451,7 +451,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
451451 accessibilityLabel = { translate ( 'common.reports' ) }
452452 wrapperStyle = { styles . flex1 }
453453 style = { styles . navigationTabBarItem }
454- sentryLabel = "NavigationTabBar-Reports"
454+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . REPORTS }
455455 >
456456 < View >
457457 < Icon
@@ -483,7 +483,7 @@ function NavigationTabBar({selectedTab, isTopLevelBar = false, shouldShowFloatin
483483 accessibilityLabel = { translate ( 'common.workspacesTabTitle' ) }
484484 wrapperStyle = { styles . flex1 }
485485 style = { styles . navigationTabBarItem }
486- sentryLabel = "NavigationTabBar-Workspaces"
486+ sentryLabel = { CONST . SENTRY_LABEL . NAVIGATION_TAB_BAR . WORKSPACES }
487487 >
488488 < View >
489489 < Icon
0 commit comments