mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
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.
This commit is contained in:
parent
2a3ab795ae
commit
523f4a9fd3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user