From 258bf1a0a1c2a9c36c32dcec57cca2062a5f1f88 Mon Sep 17 00:00:00 2001 From: shrouti1507 <60211312+shrouti1507@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:32:32 +0530 Subject: [PATCH] chore: mixpanel ui config var name change (#1770) --- src/configurations/destinations/mp/ui-config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/configurations/destinations/mp/ui-config.json b/src/configurations/destinations/mp/ui-config.json index e5320ab75..b2c9e3b53 100644 --- a/src/configurations/destinations/mp/ui-config.json +++ b/src/configurations/destinations/mp/ui-config.json @@ -434,10 +434,9 @@ { "type": "textInput", "label": "Percentage of SDK initializations that will qualify for replay data capture", - "value": "sessionReplayPercentage", + "configKey": "sessionReplayPercentage", "regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(100|[1-9]?[0-9])$", "regexErrorMessage": "Invalid Percentage", - "required": false, "placeholder": "e.g: 1", "note": "This value, if it's not blank, will be sent as record_sessions_percent to Mixpanel for every event/page/screen call." },