-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: track clean-up #486
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
@@ -63,39 +32,6 @@ public protocol Queue: AutoMockable { | |||
} | |||
|
|||
public extension Queue { |
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.
only methods remaining are the ones needed for migration
case findAccountRegion | ||
case identifyCustomer(identifier: String) | ||
case registerDevice(identifier: String) | ||
case deleteDevice(identifier: String, deviceToken: String) | ||
case trackCustomerEvent(identifier: String) | ||
case pushMetrics | ||
case trackDeliveryMetrics |
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.
used track API, which we don't use anymore
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.
Scary, but looks good 😅
PR for https://linear.app/customerio/issue/MOB-41/track-cleanup
All this PR contains is the removal of the classes, and code that is not being used anymore. It is either being replaced by
Note: