Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 21, 2024
1 parent b1f7291 commit 1128ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdks/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ When debugging why a certain user got a certain value, there are a number of too
| `LocalOverride` (old SDKs only) | From an override set locally on the SDK via an override API.| Normal||
| `StatsigNetwork` | Custom proxy/GRPC streaming has triggered the fallback behavior, thus falling back to Statsig API. | Fallback | Review your [proxy setup](/server/concepts/forward_proxy/), your values are up-to-date but not using the expected methodology. |
| `Uninitialized` | The SDK was not yet successfully initialized.| Error| Revisit your [Initialization Strategy](/client/javascript-sdk/init-strategies/), as you're checking configs before initialization is complete. |
| `NoValues` | You've attempted to initialize, but it didn't successfully retrieve values. You're either calling initializeSync which is failing for users without cached values, or your call to initalizeAsync has failed (check that your client key is correct!) |
| `NoValues` | You've attempted to initialize, but it didn't successfully retrieve values. You're either calling initializeSync which is failing for users without cached values, or your call to initializeAsync has failed (check that your client key is correct!) |
| `Unrecognized` (old SDKs only) | The SDK was initialized, but this gate/experiment/config did not exist in the set of values.| Error| Confirm the experiment or gate is configured in the Statsig console and you're using the correct API key.|

### #2. Reason (new SDKs only)
Expand Down

0 comments on commit 1128ccf

Please sign in to comment.