From 638be434251972585d90a666a5116b5e2d52ceed Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Mon, 18 Mar 2024 16:11:37 +0000 Subject: [PATCH] Update common-questions.mdx (#8065) --- contents/docs/feature-flags/common-questions.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents/docs/feature-flags/common-questions.mdx b/contents/docs/feature-flags/common-questions.mdx index 412a0ea80f9f..2f3bbd289812 100644 --- a/contents/docs/feature-flags/common-questions.mdx +++ b/contents/docs/feature-flags/common-questions.mdx @@ -34,6 +34,8 @@ If you're [identifying](/docs/product-analytics/identify) users, they may see a To ensure they experience consistent behavior, check that you call `identify()` before evaluating the feature flag. +> *Note*: This does not apply to server-side SDKs, because you're explicitly telling us which distinct ID to use to evaluate flags, rather than depending on the identify() event to tell us which distinct ID to use. + ### 3. An ad-blocker may be blocking calls Check if an ad-blocker is interfering with PostHog calls. If this is the case, you can fix this by [deploying a reverse proxy](/docs/advanced/proxy).