Skip to content

Commit 19cc6e2

Browse files
Warn that runtime eval isn't released yet for local eval (#2249)
* warn that runtime-eval doesn't work yet * python in pre-release * java not implemented yet * mention version to pin * don't mention pip - rather just version
1 parent 7b4202e commit 19cc6e2

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

pages/docs/tracking-methods/sdks/java/java-flags.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ For remote evaluation, the SDK will make a network call to Mixpanel servers at a
3131

3232
## Local Evaluation
3333

34+
<Callout type="warning">
35+
Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true.
36+
</Callout>
37+
3438
<Callout type="warning">
3539
Targeting by Mixpanel cohorts and sticky variants are not supported in Local
3640
Evaluation mode.

pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@ In either case there is also the capability to evaluate all flags for a given us
2929

3030
## Local Evaluation
3131

32+
<Callout type="warning">
33+
Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true.
34+
</Callout>
35+
3236
<Callout type="warning">
3337
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.
3438
</Callout>
3539

40+
3641
- The SDK is configured with a `local_flags_config` object that specifies parameters:
3742
1) `api_host` - If your project is in the EU/IN region, this should be set to route to `api-eu.mixpanel.com`/`api-in.mixpanel.com` respectively.
3843
2) `enable_polling` - This should be set to `true` to enable polling for new flag configurations.

pages/docs/tracking-methods/sdks/python/python-flags.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ In either case there is also the capability to evaluate all flags for a given us
2525

2626
## Local Evaluation
2727

28+
<Callout type="warning">
29+
Support for runtime targeting is in pre-release. Specify version `5.1.0b1` in your package management tool to have access.
30+
</Callout>
31+
2832
<Callout type="warning">
2933
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.
3034
</Callout>

0 commit comments

Comments
 (0)