You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 from this ticket, although I'm not sure bootstrapping would help in this case since his issue is mostly around making sure the properties are processed before evaluating the feature flag. Just figured I'd note it anyway.
+1 from this ticket, although I'm not sure bootstrapping would help in this case since his issue is mostly around making sure the properties are processed before evaluating the feature flag. Just figured I'd note it anyway.
@dmarticus I think what you need is this #148 which is exactly for this reason when you capture events/update props but they are not ingested yet so flags can't evaluate them yet.
Description
https://posthog.com/docs/feature-flags/bootstrapping
Inspire from RN implementation https://github.com/PostHog/posthog-js-lite/blob/f00594a1e9b08c0d4785139a0df98dae31c16c34/posthog-core/src/types.ts#L22-L28
The text was updated successfully, but these errors were encountered: