Skip to content

Commit 8149c82

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 be8686a commit 8149c82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OptimizelySDK/Odp/OdpEventManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ public void IdentifyUser(string userId)
383383
.Where(kvp => !string.IsNullOrEmpty(kvp.Value))
384384
.ToDictionary(kvp => kvp.Key, kvp => kvp.Value);
385385

386+
// Identify requires 2+ identifiers to link (e.g., vuid + fs_user_id).
387+
// A single identifier has no cross-reference value and generates unnecessary traffic.
386388
if (validIdentifiers.Count < 2)
387389
{
388390
_logger.Log(LogLevel.DEBUG,

0 commit comments

Comments
 (0)