-
Notifications
You must be signed in to change notification settings - Fork 645
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
Remove Google Pay launcher init events #9553
base: master
Are you sure you want to change the base?
Conversation
Diffuse output:
APK
DEX
|
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 thought the goal was to only send it once, rather than on every init.
My understanding was that We could keep it and simply track if we have already initialized it with a global variable. |
Summary
Remove initialization events for
Google Pay
in the Android SDK.Motivation
Removes noisy initialization events
Resolves https://jira.corp.stripe.com/browse/RUN_MOBILESDK-3192
Testing