-
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
feat: segment compatibility #685
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.
|
Thank you for that. I was struggling with the exact same error |
@CarlosModinez we appreciate the patience, for clarity, work is still ongoing on this we want to make sure we get it right not just for now but for future compatibility too. |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #685 +/- ##
==========================================
- Coverage 56.96% 56.93% -0.03%
==========================================
Files 139 139
Lines 3869 3869
==========================================
- Hits 2204 2203 -1
- Misses 1665 1666 +1 ☔ View full report in Codecov by Sentry. |
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.
We no longer need to facilitate the use case for users to utilize Segment classes rather have separate classes now.
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.
Because we don't have listed these APIs anywhere in our docs, I'm okay removing this as I don't expect the change to break project for customers both with or without analytics library.
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.
Looks good 👍🏻
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.
Because we don't have listed these APIs anywhere in our docs, I'm okay removing this as I don't expect the change to break project for customers both with or without analytics library.
## [3.2.0](3.1.3...3.2.0) (2024-05-07) ### Features * segment compatibility ([#685](#685)) ([7298783](7298783))
closes: https://linear.app/customerio/issue/MBL-280/rename-symbols
Problem:
Our fork and Segment SDK can't be added at the same time via SPM.
Solution:
Update module name from
Segment
toCioAnalytics
in fork.Changes in this PR: