Skip to content

Commit

Permalink
Update common-questions.mdx (#8065)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar authored Mar 18, 2024
1 parent 74428b9 commit 638be43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contents/docs/feature-flags/common-questions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 638be43

Please sign in to comment.