Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

v4.0.0

Choose a tag to compare

@Blaumaus Blaumaus released this 26 Dec 23:50
· 4 commits to main since this release
08d431b

Changelog:

  • Feature Flags & Experiments: Added support for fetching feature flags (getFeatureFlags, getFeatureFlag) and A/B test experiments (getExperiments, getExperiment).
  • Revenue Attribution: Added getProfileId() and getSessionId() helpers to easily retrieve IDs needed for connecting payments with user sessions.
  • Profile Tracking: Added optional profileId support to init(), track(), and pageview() to assign events to specific user profiles.
  • Heartbeat: Background heartbeat events now automatically include theprofileId if configured.