You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert(audience): drop Identify(Dictionary<string, object> traits) overload
Reverts 9b00cce, which added a traits-only Identify overload that
mirrored the @imtbl/audience Web SDK's identify(traits) shape.
The overload emits identify events with no identityType and cannot
carry one meaningfully (no userId to attach one to). CDP requires
identityType on every identify event to match records during data
deletion, so records produced by this path would be unreachable for
erasure.
Mechanical prerequisite for SDK-222: making identityType mandatory
on MessageBuilder.Identify is a compile error while this overload
exists. Web SDK parity will be reopened under a separate ticket once
the Web SDK drops its equivalent for the same CDP reason.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments