diff --git a/identity/src/main/java/com/stripe/android/identity/navigation/IdentityTopLevelDestination.kt b/identity/src/main/java/com/stripe/android/identity/navigation/IdentityTopLevelDestination.kt index 3490a962fa6..f8d40d73f09 100644 --- a/identity/src/main/java/com/stripe/android/identity/navigation/IdentityTopLevelDestination.kt +++ b/identity/src/main/java/com/stripe/android/identity/navigation/IdentityTopLevelDestination.kt @@ -117,6 +117,8 @@ internal fun String.routeToScreenName(): String = when (this) { IdentityAnalyticsRequestFactory.SCREEN_NAME_INDIVIDUAL CountryNotListedDestination.ROUTE.route -> IdentityAnalyticsRequestFactory.SCREEN_NAME_COUNTRY_NOT_LISTED + IndividualWelcomeDestination.ROUTE.route -> + IdentityAnalyticsRequestFactory.SCREEN_NAME_INDIVIDUAL_WELCOME else -> throw IllegalArgumentException("Invalid route: $this") }