group_identify drops null group fields
posthog-v7.38.2
1 fixThis release1 fixBug fixesAI-tallied from the release notes
From the original release noteView original ↗
Patch changes
- 100f993
group_identify()now validates the group identity before enqueuing. Previouslygroup_identify("company", None)(or an empty-stringgroup_type/group_key) sent a$groupidentifyevent with a null/empty$group_typeor$group_key, which cannot address a group profile and just adds an unusable event to the project. Missing values are now dropped with a warning instead, matching the sdk-specsgroup-identifycontract. Valid values, including non-string group keys, are passed through unchanged. — Thanks @posthog[bot]!
Fetched August 7, 2026
