This repository was archived by the owner on Feb 15, 2026. It is now read-only.
v4.0.0
Changelog:
- Feature Flags & Experiments: Added support for fetching feature flags (
getFeatureFlags,getFeatureFlag) and A/B test experiments (getExperiments,getExperiment). - Revenue Attribution: Added
getProfileId()andgetSessionId()helpers to easily retrieve IDs needed for connecting payments with user sessions. - Profile Tracking: Added optional profileId support to
init(),track(), andpageview()to assign events to specific user profiles. - Heartbeat: Background heartbeat events now automatically include the
profileIdif configured.