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 827fa0e commit ab21662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ab21662

Please sign in to comment.