-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(feature-flags): support quota limiting for feature flags #308
Conversation
let's figure out session recording before merging this btw |
Co-authored-by: Manoel Aranda Neto <[email protected]>
…-ios into feat/quota-limited-flags
I think as it currently stands, session recording will default to enabled if flag is missing. Android has a similar implementation. Not sure I'm reading this correctly, @marandaneto am I missing something? |
i think we have to patch this part
if linkedFlag is provided but does not exist within the featureFlags , recordingActive should be false, can you patch this?
|
Co-authored-by: Manoel Aranda Neto <[email protected]>
with PostHog/posthog#28564, we now start to respond different with the /decide APIs if users have gone over their quota limit.