-
Notifications
You must be signed in to change notification settings - Fork 37
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
Autofill engagement KPIs for pixel reporting #830
Conversation
…togenerated credentials
|
||
@objc | ||
private func didReceiveFillEvent() { | ||
os_log(.debug, "Autofill fill event fired") |
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 put this temporary log in to make testing easier; I'll be removing before merging
|
||
@objc | ||
private func didReceiveSaveEvent() { | ||
os_log(.debug, "Autofill save event fired") |
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.
Same as comment above
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.
Will run tests on client PRs, but changes here LGTM. Nice implementation 🚀
This reverts commit e1e4364.
This reverts commit 0463f58.
* main: Replace unowned reference with weak one (#832) Removes VPN waitlist and beta code (#801) Add `survey` action and Privacy Pro attributes (#826) Autofill engagement KPIs for pixel reporting (#830) Bump C-S-S to 5.17.0 (#828) ensure bookmarks can be shown in top hits (#818) Subscription refactoring (#815)
Please review the release process for BrowserServicesKit here.
Required:
Task/Issue URL: https://app.asana.com/0/72649045549333/1207357107981852/f
iOS PR: duckduckgo/iOS#2885
macOS PR: duckduckgo/macos-browser#2806
What kind of version bump will this require?: Minor
Description:
Autofill engagement KPIs for pixel reporting
Steps to test this PR:
OS Testing:
Internal references:
Software Engineering Expectations
Technical Design Template