From 0289a724bfa8a0091882849bd64f71342f12ce6d Mon Sep 17 00:00:00 2001 From: vmadhusudanan <31516123+vmadhusudanan@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:31:57 -0800 Subject: [PATCH] Update debugging.mdx --- docs/sdks/debugging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/debugging.mdx b/docs/sdks/debugging.mdx index 45ec5d0b9..9a8382566 100644 --- a/docs/sdks/debugging.mdx +++ b/docs/sdks/debugging.mdx @@ -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