1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

docs(fix): reference the SDK compat table in stickiness docs

This commit is contained in:
Thomas Heartman 2021-12-20 12:54:35 +01:00
parent 41035358b7
commit 9a06899ce6

View File

@ -26,7 +26,7 @@ Custom stickiness is available starting from Unleash Enterprise v4.
When using [the gradual rollout strategy](../user_guide/activation-strategies.md#gradual-rollout) or [feature toggle variants](./feature-toggle-variants.md), you can use parameters other than the user id to calculate stickiness. More specifically, you can use any field, custom or otherwise, of the [Unleash Context](../user_guide/unleash-context.md) as long as you have enabled custom stickiness for these fields.
:::note
This is a beta featue, so not all client SDKs support this feature yet. Check your SDK's documentation to learn more.
This feature is currently in beta and is not yet supported by all our SDKs. Check out the [SDK compatibility table](../sdks/index.md#server-side-sdk-compatibility-table) to see what SDKs support it at the moment.
:::
### Enabling custom stickiness