Skip to content

Commit

Permalink
chore: mixpanel ui config var name change (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 authored Oct 28, 2024
1 parent da036f1 commit 258bf1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down

0 comments on commit 258bf1a

Please sign in to comment.