Skip to content

Add server-side group_identify helper #143

Description

@marandaneto

Summary

Add a public server-side group identify helper.

Why

sdk-specs marks group-identify as applicable to both client and server SDKs. Server SDKs commonly expose this directly to create/update group profiles.

Current status

No public group identify API is present in public_api.snapshot.

Suggested scope

  • Add an idiomatic Elixir API for $groupidentify.
  • Accept group type, group key, and optional group properties.
  • Emit $group_type, $group_key, and $group_set/properties according to backend SDK behavior.
  • Support an optional distinct ID or synthesize one from group type/key if omitted.
  • Route through normal capture/batching and future before_send hook.
  • Add tests and docs.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions