From 2431cf8e22920b93d16dd643c279dd93fb5ea1ac Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 20 Dec 2021 08:29:27 +0100 Subject: [PATCH] docs(context): add note about custom stickiness being in beta. --- website/docs/user_guide/unleash-context.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/user_guide/unleash-context.md b/website/docs/user_guide/unleash-context.md index 062d09d8dd..6ad2701050 100644 --- a/website/docs/user_guide/unleash-context.md +++ b/website/docs/user_guide/unleash-context.md @@ -63,4 +63,10 @@ Using a custom context field called _region_ as an example: if you define the fi ### Custom stickiness +:::note +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. +::: + + + [^1]: If you're on Unleash 4.3 or higher, you'll probably want to use [the environments feature](../user_guide/environments.md) instead of relying on the `environment` context field when working with environments.