Skip to content

3.66.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:54
Immutable release. Only release title and notes can be modified.
a309504

Minor Changes

  • 474eb4a: Add a bootstrap option to PostHogConfig for pre-seeding identity and feature flags before the first /flags response. Set config.bootstrap = PostHogBootstrapConfig(...) before setup() so early events carry a caller-controlled distinct ID and flag reads return your values during cold start. Mirrors the bootstrap option in posthog-js.