Skip to content
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

fix: journey id in migration payload #653

Merged
merged 2 commits into from Mar 19, 2024

Conversation

Shahroz16
Copy link
Contributor

Since we don't have much context on whether the users will be relying on id or email while migrating their events from tracking to CDP, we need to remove it and rely on the userId attribute being added.

I have verified these manually and test cases are going to follow later and will be handled by Amans PR.

@Shahroz16 Shahroz16 requested a review from a team March 19, 2024 17:33
Copy link

github-actions bot commented Mar 19, 2024

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.


  • APN-UIKit: fix-identify-migration (1710869699)
  • CocoaPods-FCM: fix-identify-migration (1710869738)

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 53.12%. Comparing base (9996872) to head (73b3d22).
Report is 126 commits behind head on main-replica-for-cdp.

Files Patch % Lines
...rces/DataPipeline/DataPipelineImplementation.swift 0.00% 3 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##           main-replica-for-cdp     #653      +/-   ##
========================================================
- Coverage                 57.35%   53.12%   -4.24%     
========================================================
  Files                       132      139       +7     
  Lines                      3780     3876      +96     
========================================================
- Hits                       2168     2059     -109     
- Misses                     1612     1817     +205     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Shahroz16 Shahroz16 merged commit 3b649c9 into main-replica-for-cdp Mar 19, 2024
10 checks passed
@Shahroz16 Shahroz16 deleted the fix-identify-migration branch March 19, 2024 18:44
github-actions bot pushed a commit that referenced this pull request Mar 20, 2024
## [3.0.0](2.12.5...3.0.0) (2024-03-20)

### ⚠ BREAKING CHANGES

* iOS as a source for Data Pipelines (#659)

### Features

* iOS as a source for Data Pipelines ([#659](#659)) ([0a68373](0a68373))
* migration module to cater to all migration tasks  ([#530](#530)) ([2feb1d4](2feb1d4))

### Bug Fixes

* add attributes to properties  ([#649](#649)) ([4b02e92](4b02e92))
* all sdk modules can only be initialized once ([ae46c7f](ae46c7f))
* app crash on identify method ([#458](#458)) ([13e9862](13e9862))
* compilation for test ([f14b773](f14b773))
* compilation issue ([420a61e](420a61e))
* eventbus handler ref ([#469](#469)) ([8c8ef91](8c8ef91))
* journey id in migration payload ([#653](#653)) ([3b649c9](3b649c9))
* prevent duplicate automatic screenview events from being tracked ([fea9ec5](fea9ec5))
* pushEventHandler test ([dc80fc2](dc80fc2))
* remove occurrence of autoTrackDeviceAttributes from all push modules ([#505](#505)) ([8dc6507](8dc6507))
* removed last_used from properties  ([#477](#477)) ([b0b9631](b0b9631))
* sample app issues ([#551](#551)) ([05544b3](05544b3))
* use git commit instead of git branch for segment dependency ([d245015](d245015))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants