-
Notifications
You must be signed in to change notification settings - Fork 1.1k
WPAuthenticator - Remove custom step value from GetStartedViewController
#19940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPAuthenticator - Remove custom step value from GetStartedViewController
#19940
Conversation
GetStartedViewController
Podfile
Outdated
| # pod 'WordPressAuthenticator', '~> 5.0' | ||
| # pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: 'trunk' | ||
| # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '' | ||
| pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'bf6681f979ea3edbc07021130cfc0f4644138575' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 🚫 | Use the new Ruby 1.9 hash syntax. |
You can test the changes in WordPress from this Pull Request by:
|
You can test the changes in Jetpack from this Pull Request by:
|
wargcm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ I'm seeing 🔵 Tracked: unified_login_step <flow: wordpress_com, source: default, step: start> being tracked.
LGTM 🚀
@selanthiraiyan , for some reason, you weren't in any of the teams that have merge rights on this repo. That has now been fixed. |
Fixes wordpress-mobile/WordPressAuthenticator-iOS#723
Related to: wordpress-mobile/WordPressAuthenticator-iOS#724
Description
A previous update made to WordPress Authenticator changed the
stepvalue of an analytics event fromGetStartedViewController. This started impacting the looker dashboard of WordPress Mobile.To fix it, we have created a configuration flag and moved the
stepvalue change behind it.More details here
This PR updates the WordPress Authenticator pod to the latest release to revert the
stepvalue change.Testing Instructions
GetStartedViewController(Ref screenshot below)startand notenter_email_addressanymoreRegression Notes
Potential unintended areas of impact
NA
What I did to test those areas of impact (or what existing automated tests I relied on)
NA
What automated tests I added (or what prevented me from doing so)
NA
PR submission checklist:
RELEASE-NOTES.txtif necessary.