Skip to content

Commit 7bf6ec3

Browse files
jaeoptclaude
andcommitted
[FSSDK-12670] Add comment explaining the < 2 identifiers guard
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7157a23 commit 7bf6ec3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/odp/odp_manager.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ export class DefaultOdpManager extends BaseService implements OdpManager {
229229
identifiers.set(ODP_USER_KEY.FS_USER_ID, finalUserId);
230230
}
231231

232+
// Identify requires 2+ identifiers to link (e.g., vuid + fs_user_id).
233+
// A single identifier has no cross-reference value and generates unnecessary traffic.
232234
if (identifiers.size < 2) {
233235
this.logger.log(LogLevel.Debug, 'ODP identify event is not dispatched (fewer than 2 valid identifiers).');
234236
return;

0 commit comments

Comments
 (0)