Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 24, 2024
1 parent d9595d0 commit 4018e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If none of our current SDKs meet your needs, please let us know via our [Slack c

If you're interested in historical exposures, the console's [users tab](https://console.statsig.com/users) may server your needs.

If you need all hypothetical assigments, you can consider using the `getClientInitializeResponse` server sdk method. Statsig's SDKs should ideally be invoked at the time you're serving an experiment treatment, so that an exposure can be logged. If that's not possible in your case (perhaps you need to pass assignment information to other applications, or to use assignment information as cache-keys for the CDN + edge), this approach could work.
If you need all hypothetical assignments, you can consider using the `getClientInitializeResponse` server sdk method. Statsig's SDKs should ideally be invoked at the time you're serving an experiment treatment, so that an exposure can be logged. If that's not possible in your case (perhaps you need to pass assignment information to other applications, or to use assignment information as cache-keys for the CDN + edge), this approach could work.

#### Example of capturing all assignments in Node

Expand Down

0 comments on commit 4018e10

Please sign in to comment.