You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to recover the value on/off of a feature flag without the rollout audience to validate if we need to review the optimizely flow but the current optimizely java sdk don't have this option.
The text was updated successfully, but these errors were encountered:
eduard-coll
changed the title
Access to Is feature enabled without check the audience
Access to Is feature enabled without check the audience as a pure FF
Aug 31, 2022
We are trying to recover the value on/off of a feature flag without the rollout audience to validate if we need to review the optimizely flow but the current optimizely java sdk don't have this option.
https://docs.developers.optimizely.com/full-stack/docs/is-feature-enabled-java
We only want to know if the feature flag is on or off. We are not interested in audiences flow to recover this value.
Can be possible to implement one of the next options?
optimizely.isFeatureEnabled("my-feature")
optimizely.isFeatureActive("my-feature")
optimizely.getOptimizelyConfig().getFeaturesMap().get("my-feature").isActive()
The text was updated successfully, but these errors were encountered: