-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add FXIOS-10666 Implement iOS "onboarding-opt-out" ping #24101
Add FXIOS-10666 Implement iOS "onboarding-opt-out" ping #24101
Conversation
Client.app: Coverage: 32.4
Generated by 🚫 Danger Swift against a6dc557 |
This pull request has conflicts when rebasing. Could you fix it @razvanlitianu? 🙏 |
@@ -91,3 +91,26 @@ usage-reporting: | |||
include_info_sections: false | |||
ping_schedule: | |||
- baseline | |||
|
|||
onboarding-opt-out: |
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.
hi @travis79 I was wondering if you think the structure of this ping is correct.
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.
Aside from the inclusion of the client_id, which I've requested be changed, this looks just like what I was expecting.
firefox-ios/Client/pings.yaml
Outdated
initial onboarding flow. | ||
If the global telemetry preference is disabled, this ping | ||
includes specific settings to ensure it can still be submitted. | ||
include_client_id: true |
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.
This should be false
, we don't have an ID generated when this ping will be sent so it should not include it.
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.
Thanks! Looks good now!
* Add FXIOS-10902 Firefox iOS: Send data deletion request when DAU ping is toggled off * Update data review link * Fix PR comments
📜 Tickets
Jira ticket
💡 Description
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)