Skip to content

Conversation

@Mansi-mParticle
Copy link
Collaborator

@Mansi-mParticle Mansi-mParticle commented Oct 23, 2025

Instructions

  1. PR target branch should be against development
  2. PR title name should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-title-check.yml
  3. PR branch prefix should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-branch-check-name.yml

Summary

  • Previously, when fetching user attributes from the current user, the latest attributes were not always retrieved because they were not yet ready at the time of access.
    This PR fixes that by combining the current user’s attributes with the attributes passed in by the user in select placement. If the current user attributes include newer values, they will override the existing ones. This ensures that we always send the most complete and up-to-date set of attributes to the selected placement.

Testing Plan

  • Was this tested locally? If not, explain why.
  • Tested with sample app and executed test case.

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

@Mansi-mParticle Mansi-mParticle requested a review from a team as a code owner October 23, 2025 17:47
@Mansi-mParticle Mansi-mParticle changed the base branch from main to development October 23, 2025 19:02
@Mansi-mParticle Mansi-mParticle changed the base branch from development to main October 23, 2025 19:16
@Mansi-mParticle Mansi-mParticle merged commit e557ef4 into main Oct 28, 2025
17 checks passed
@Mansi-mParticle Mansi-mParticle deleted the fix/SDKE-380-missing-attributes branch October 28, 2025 13:33
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.

5 participants