-
Notifications
You must be signed in to change notification settings - Fork 34
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
Deprecate PixelKit daily pixel suffixes #1060
Deprecate PixelKit daily pixel suffixes #1060
Conversation
case .dailyAndCount: | ||
case .legacyDailyAndCount: |
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 change could trip up anyone who already has a new pixel on a branch that uses dailyAndCount
, as the meaning of that value will change after this PR. I'll announce this change to the team before merging it to mitigate this.
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.
LGTM, ready for merge
Please review the release process for BrowserServicesKit here.
Required:
Task/Issue URL: https://app.asana.com/0/0/1208695427490034/f
iOS PR: duckduckgo/iOS#3534
macOS PR: duckduckgo/macos-browser#3509
What kind of version bump will this require?: Major
Description:
This PR renames the existing
dailyAndCount
PixelKit type tolegacyDailyAndCount
.A new
dailyAndCount
case has been added, but it uses new suffixes.Steps to test this PR:
OS Testing:
Internal references:
Software Engineering Expectations
Technical Design Template