We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$active_feature_flags
https://github.com/PostHog/posthog-js/pull/616/files#diff-8af751c29c92de49f1220a34f3293d52755a0faacb360d38838065084a97c8ebR24-R33
iOS code has to be fixed as well: https://github.com/PostHog/posthog-ios/blob/aab0004088fc17b8da88a0e43b37181773408ce2/PostHog/Internal/PHGPostHogIntegration.m#L653-L657
As long as it's not false, it's considered active.
false
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
https://github.com/PostHog/posthog-js/pull/616/files#diff-8af751c29c92de49f1220a34f3293d52755a0faacb360d38838065084a97c8ebR24-R33
iOS code has to be fixed as well: https://github.com/PostHog/posthog-ios/blob/aab0004088fc17b8da88a0e43b37181773408ce2/PostHog/Internal/PHGPostHogIntegration.m#L653-L657
As long as it's not
false
, it's considered active.The text was updated successfully, but these errors were encountered: