File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Authentication/Navigation Exceptions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public enum WooAnalyticsStat: String {
3535 case loginAutoFillCredentialsFilled = " login_autofill_credentials_filled "
3636 case loginAutoFillCredentialsUpdated = " login_autofill_credentials_updated "
3737 case loginEmailFormViewed = " login_email_form_viewed "
38+ case loginJetpackRequiredScreenViewed = " login_jetpack_required_screen_viewed "
3839 case loginMagicLinkOpenEmailClientViewed = " login_magic_link_open_email_client_viewed "
3940 case loginMagicLinkRequestFormViewed = " login_magic_link_request_form_viewed "
4041 case loginMagicLinkExited = " login_magic_link_exited "
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ struct JetpackErrorViewModel: ULErrorViewModel {
6363 }
6464
6565 func viewDidLoad( in viewController: UIViewController ? ) {
66-
66+ analytics . track ( . loginJetpackRequiredScreenViewed )
6767 }
6868}
6969
You can’t perform that action at this time.
0 commit comments