Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/docs/tracking-methods/sdks/java/java-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ For remote evaluation, the SDK will make a network call to Mixpanel servers at a

## Local Evaluation

<Callout type="warning">
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a screen-shot to make extra clear what this means?

</Callout>

<Callout type="warning">
Targeting by Mixpanel cohorts and sticky variants are not supported in Local
Evaluation mode.
Expand Down
5 changes: 5 additions & 0 deletions pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ In either case there is also the capability to evaluate all flags for a given us

## Local Evaluation

<Callout type="warning">
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.
</Callout>

<Callout type="warning">
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.
</Callout>


- The SDK is configured with a `local_flags_config` object that specifies parameters:
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.
2) `enable_polling` - This should be set to `true` to enable polling for new flag configurations.
Expand Down
4 changes: 4 additions & 0 deletions pages/docs/tracking-methods/sdks/python/python-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ In either case there is also the capability to evaluate all flags for a given us

## Local Evaluation

<Callout type="warning">
Support for runtime targeting is in pre-release. Use `pip install --pre mixpanel` to have this support, or pin the version to `>=5.1.0b1`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, i'd just simplify to 'Support for runtime targeting is introduced starting in pre-release version, 5.1.0b1'. Some people use other python pkg managers like uv for example.

</Callout>

<Callout type="warning">
Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode.
</Callout>
Expand Down