Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Bootstrapping Flags #155

Open
1 of 4 tasks
marandaneto opened this issue Aug 7, 2024 · 3 comments
Open
1 of 4 tasks

Support Bootstrapping Flags #155

marandaneto opened this issue Aug 7, 2024 · 3 comments
Labels
enhancement New feature or request Feature flags help wanted Extra attention is needed

Comments

@marandaneto
Copy link
Member

marandaneto commented Aug 7, 2024

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

@dmarticus
Copy link

+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.

@marandaneto
Copy link
Member Author

+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.

@dmarticus
Copy link

oh that's exactly right, I didn't realize we had both!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature flags help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants