Skip to content

[FSSDK-12670] Include commonIdentifiers in identifyUser identifier count#631

Merged
jaeopt merged 1 commit into
masterfrom
jae/FSSDK-12670-bug-fix
May 29, 2026
Merged

[FSSDK-12670] Include commonIdentifiers in identifyUser identifier count#631
jaeopt merged 1 commit into
masterfrom
jae/FSSDK-12670-bug-fix

Conversation

@jaeopt
Copy link
Copy Markdown
Contributor

@jaeopt jaeopt commented May 29, 2026

Summary

identifyUser() was checking the identifier count before augmenting with userCommonIdentifiers (e.g., vuid set by android-sdk). This caused valid identify events with fs_user_id + vuid to be incorrectly dropped as single-identifier events.

Changes

  • Augment identifiers with commonIdentifiers before the size check in identifyUser() so vuid from common identifiers is counted
  • Add test covering the scenario where common identifiers provide the second identifier

Jira Ticket

FSSDK-12670

…identifyUser

identifyUser() was checking identifier count before augmenting with
commonIdentifiers (e.g., vuid set by android-sdk), causing valid
identify events with fs_user_id + vuid to be dropped as single-identifier.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@Mat001 Mat001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jaeopt jaeopt merged commit 3ba32c7 into master May 29, 2026
29 of 31 checks passed
@jaeopt jaeopt deleted the jae/FSSDK-12670-bug-fix branch May 29, 2026 17:45
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.

2 participants