Skip to content

Commit dd8a0d7

Browse files
Add current jetpack install step event to try again event.
1 parent 3b3d8fb commit dd8a0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/Authentication/Jetpack Setup/Native Jetpack Setup/LoginJetpackSetupViewModel.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ final class LoginJetpackSetupViewModel: ObservableObject {
127127
}
128128

129129
func retryAllSteps() {
130-
analytics.track(.loginJetpackSetupScreenTryAgainButtonTapped)
130+
analytics.track(.loginJetpackSetupScreenTryAgainButtonTapped,
131+
withProperties: currentSetupStep?.analyticsDescription)
131132
setupFailed = false
132133
setupError = nil
133134
setupErrorDetail = nil

0 commit comments

Comments
 (0)