chore: Remove deprecated KitIntegration.getAllUserAttributes()#682
chore: Remove deprecated KitIntegration.getAllUserAttributes()#682denischilik wants to merge 3 commits intoworkstation/6.0-Releasefrom
Conversation
PR SummaryMedium Risk Overview Updates dataplan blocking instrumentation tests to assert against Written by Cursor Bugbot for commit 05d62d5. This will update automatically on new commits. Configure here. |
- Remove tests that only covered the removed API - Add CHANGELOG entry for custom kit migration path Made-with: Cursor
Made-with: Cursor
31eaa16 to
953ec49
Compare
…tributes removal Use getCurrentUser().userAttributes instead of removed allUserAttributes property. Made-with: Cursor
|



Background
KitIntegration.getAllUserAttributes()was deprecated in favor of filtered user APIs. This removes the method so custom kits rely on supported entry points.What Has Changed
KitIntegration.getAllUserAttributes()and its list-flattening behaviorgetCurrentUser().getUserAttributes()/FilteredMParticleUserandAttributeListenercallbacksScreenshots/Video
N/A
Checklist
Additional Notes
Stacks on
chore/remove-kitintegration-getUserIdentities(same line of kit API cleanup asgetUserIdentitiesremoval).