-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Del all assignments #2436
Del all assignments #2436
Conversation
docs/faq.mdx
Outdated
|
||
### How do I get all exposures for a user? | ||
|
||
If you're interested in historical exposures, the console's [users tab](https://console.statsig.com/users) may server your needs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo: "server" should be "serve" in "may server your needs"
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
docs/faq.mdx
Outdated
|
||
### How do I get all exposures for a user? | ||
|
||
If you're interested in historical exposures, the console's [users tab](https://console.statsig.com/users) may server your needs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Change server
to serve
since it's being used as a verb ("may serve your needs")
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
|
||
#### Example of capturing all assignments in Node | ||
|
||
Note, this method is designed to [bootstrap](/client/concepts/bootstrapping) client SDKs, and as such, will hash the experiment and feature keys returned in the payload, obfuscating their names for security. You can provide an optional `hash` parameter, allowing you to disable hashing and capture all values in plain text: [Node](https://github.com/statsig-io/node-js-server-sdk/blob/ea116142221c1aa83b46eff8b5f2292c8f8e2d54/src/StatsigServer.ts#L597), [Python](https://github.com/statsig-io/node-js-server-sdk/blob/ea116142221c1aa83b46eff8b5f2292c8f8e2d54/src/StatsigServer.ts#L597), [Java](https://github.com/statsig-io/java-server-sdk/blob/7443c357c78616142de9257af9e4c55c877ca700/src/main/kotlin/com/statsig/sdk/StatsigServer.kt#L83), [Go](https://github.com/statsig-io/go-sdk/blob/3d7edcbe468efb0fc7a04b0d10202243403dce5f/client.go#L282). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python SDK link incorrectly points to node-js-server-sdk
repository. Please update it to reference the Python SDK repository at statsig-io/python-sdk
to ensure users can find the correct implementation details.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
No description provided.