-
Notifications
You must be signed in to change notification settings - Fork 14
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
A way to get all feature flags for current project #52
Comments
Exists on the client |
Actually, reopened due to an issue i am not sure if i can easily circumvent: Toggles on the client only contain the flags which are actually I need a surefire way to get all flags for a project. Any hints? |
If you use Unleash Edge you can use the "/api/frontend/all" endpoint to get all flags. Keep in mind this will increase the payload sent to all clients. |
Legend, will try that in a minute |
Alright hit that endpoint manually. Anyway thanks a lot we firing mad super properties all over the place now |
Describe the feature request
I think a pretty common use case (maybe?) would be fetching all flags to apply properties in external analytics platform.
This would be very easy with a way to fetch all flags.
Can we get this asap?
Might look into a solution myself as well
Background
We use Mixpanel and want to propagate backend flags into events using
super properties
without updating our client for every new flag.Solution suggestions
Simple event like what it seems you can in
react
https://stackoverflow.com/questions/76649494/is-there-a-way-to-get-all-flags-from-unleash-in-react
The text was updated successfully, but these errors were encountered: