From 523f4a9fd3f96da6d03df5a215d9d65e3c54581b Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 11 Oct 2022 10:39:29 +0200 Subject: [PATCH] docs: add note about custom activation strats in hosted proxies (#2173) ## What This change adds a note to the custom activation strategies section of the proxy docs, clarifying that the hosted proxy can not use custom activation strategies. ## Why We had a customer asking whether this was possible and realized it's not stated explicitly anywhere. --- website/docs/sdks/unleash-proxy.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/sdks/unleash-proxy.md b/website/docs/sdks/unleash-proxy.md index 77a2df27eb..d4aac6ede6 100644 --- a/website/docs/sdks/unleash-proxy.md +++ b/website/docs/sdks/unleash-proxy.md @@ -96,6 +96,12 @@ Keep-Alive: timeout=5 ## Custom activation strategies +:::info Limitations for hosted proxies + +Custom activation strategies can **not** be used with the hosted proxy option available to Pro and Enterprise customers. + +::: + The Unleash Proxy can load [custom activation strategies](../advanced/custom-activation-strategy.md) for front-end client SDKs ([Android](../sdks/android-proxy.md), [JavaScript](../sdks/proxy-javascript.md), [React](../sdks/proxy-react.md), [iOS](../sdks/proxy-ios.md)). For a step-by-step guide, refer to the [_how to use custom strategies_ guide](../how-to/how-to-use-custom-strategies.md#step-3-b). To load custom strategies, use either of these two options: