Skip to content

Commit

Permalink
Update debugging.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
vmadhusudanan committed Jan 20, 2024
1 parent 2b408f3 commit 0289a72
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 @@ -25,7 +25,7 @@ For client SDKs, these reasons for the value you are seeing can be:

- `Network`: fetched at SDK initialization time from the network
- `Bootstrap`: derived from bootstrapping the client SDK with a set of values
- `InvalidBootstrap`: the set of values was for a different user than the SDK was initialized with (See [Fixing InvalidBootstrap](#fixing-invalidbootstrap))
- `InvalidBootstrap`: the set of values was for a different user than the SDK was initialized with. These are discarded for analysis (See [Fixing InvalidBootstrap](#fixing-invalidbootstrap))
- `Cache`: loaded from the local storage cache for the current user, and a network result was not available
- `Prefetch`: fetched from the `prefetchUsers` api (js-client only)
- `Sticky`: persisted from a sticky evaluation previously
Expand Down

0 comments on commit 0289a72

Please sign in to comment.