From ab21662a3153bb94bf88d22685fa0d079884c97e Mon Sep 17 00:00:00 2001 From: brock-statsig <146870406+brock-statsig@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:10:44 -0800 Subject: [PATCH] Update faq.mdx --- docs/faq.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.mdx b/docs/faq.mdx index 36b1cce4a..b8170eb53 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -86,6 +86,12 @@ const assignments = statsig.getClientInitializeResponse(userObj, "client-key", { --- +### What happens if I check a config with a non-existent name? + +You'll receive default values - false for feature flags, and the in-code defaults for experiments or layer parameters. You should expect to see "Unrecognized" evaluation reasons - see our [Debugging Section](/sdk/debugging#evaluation-reason) + +--- + ## Feature Flags ### When I change the rollout percentage of a rule on a feature gate, will users who passed continue to pass?