-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix: getFeatureFlagPayload wasn't sending the event #226
Conversation
before merging this, I'd like to ask if there's a reason why this is not done on the JS SDK either, since we ported the code from there. |
@marandaneto I believe it's intentional in posthog-js. You can see that we actually use This is all very intricate in the The android SDK, for example, is sending much less information than the js SDK, even after your changes. |
Another difference I see is that we don't seem to include |
that is new, not added to all SDKs yet |
Most of the new props are new https://github.com/PostHog/posthog-js/pull/1567/files I think its intentional that |
Closing it until @PostHog/team-feature-flags tell what's the way forward here |
💡 Motivation and Context
PostHog/posthog-flutter#161 for Android
iOS would need to do the same.
💚 How did you test it?
📝 Checklist