From 3961a556d2b226d5b6abacb117026933b7cd2590 Mon Sep 17 00:00:00 2001 From: russell-loube-mixpanel Date: Wed, 8 Apr 2026 09:30:55 -0500 Subject: [PATCH] docs: add 32 KB size limit note for Dynamic Config JSON payload Co-Authored-By: Claude Opus 4.6 --- pages/docs/featureflags.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/featureflags.mdx b/pages/docs/featureflags.mdx index 919951e71d..a48dac38d8 100644 --- a/pages/docs/featureflags.mdx +++ b/pages/docs/featureflags.mdx @@ -50,6 +50,10 @@ We support the following types of Flags - Pass JSON payloads (e.g., `{"cta_text": "Buy now", "discount": 20}`) to customize behavior or UI dynamically - Update values instantly without redeploying code + + The JSON payload for Dynamic Config has a size limit of 32 KB. + + ## Targeting & Identity Management