Skip to content

Commit

Permalink
docs: add note about custom activation strats in hosted proxies (#2173)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
thomasheartman committed Oct 11, 2022
1 parent 2a3ab79 commit 523f4a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/sdks/unleash-proxy.md
Expand Up @@ -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:
Expand Down

0 comments on commit 523f4a9

Please sign in to comment.