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
In a past PR we added support for feature flagging with AWS Evidently and included a stubbed local feature flagging class: LocalFeatureFlagManager. Currently the class simply defaults to false.
The work of this ticket is to add a local feature flag implementation - we could leverage env variables, query params, or config files.
The text was updated successfully, but these errors were encountered:
What's the task?
In a past PR we added support for feature flagging with AWS Evidently and included a stubbed local feature flagging class:
LocalFeatureFlagManager
. Currently the class simply defaults to false.The work of this ticket is to add a local feature flag implementation - we could leverage env variables, query params, or config files.
The text was updated successfully, but these errors were encountered: