Skip to content

Commit

Permalink
Update faq.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Jan 3, 2025
1 parent 72af3b2 commit 9a7e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ 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)
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). This behavior will be the same on a non-existent config vs. one that is deleted, one that is archived, or one that your current SDK instance can't see because of [target apps](/sdk-keys/target-apps/).

---

Expand Down

0 comments on commit 9a7e153

Please sign in to comment.