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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
added APIs to get the list of experiments and feature gates, getExperimentList() / getFeatureGateList(), both of which returns a list of names for the respective entity type;
the SDK now logs an internal error when attempting to get a value from DynamicConfig that's of the wrong type, e.g. if your parameter on the experiment is a number, but you are trying to get it as a string by providing a string typed value as the default value when calling get(). This will be logged by the SDK and surfaced as a warning in Statsig console;