github PostHog/posthog-js posthog-node@5.45.0

latest releases: @posthog/next@0.8.4, @posthog/core@1.43.1, posthog-node@5.45.2...
4 hours ago

5.45.0

Minor Changes

  • #4159 fad6d9a Thanks @haacked! - add $feature_flag_has_experiment to $feature_flag_called events

    $feature_flag_called events now carry a $feature_flag_has_experiment boolean sourced from the server's has_experiment flag metadata (the /flags?v=2 response for remote evaluation, the /api/feature_flag/local_evaluation definitions for posthog-node local evaluation). The property is only sent when the server explicitly reports has_experiment; it is omitted entirely when the value is unknown (older servers, missing metadata, bootstrapped or locally injected flags). (2026-07-16)

Patch Changes

  • Updated dependencies [fad6d9a]:
    • @posthog/core@1.43.0

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.