Skip to content

Commit

Permalink
feat: posthog feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Dec 2, 2024
1 parent 0d681b1 commit 55dd5b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/configurations/destinations/posthog/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"eventFilteringOption",
"useV2Group",
"consentManagement",
"ketchConsentPurposes"
"ketchConsentPurposes",
"flags"
],
"transformAtV1": "processor",
"saveDestinationResponse": true,
Expand Down Expand Up @@ -76,7 +77,8 @@
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
"ketchConsentPurposes",
"flags"
],
"android": [
"connectionMode",
Expand Down
10 changes: 10 additions & 0 deletions src/configurations/destinations/posthog/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@
"keyRight": "value",
"value": "xhrHeaders"
},
{
"type": "dynamicForm",
"label": "Bootstrapping feature flags",
"note": "https://posthog.com/docs/feature-flags/bootstrapping",
"labelLeft": "Flag",
"labelRight": "Value",
"keyLeft": "flag",
"keyRight": "value",
"value": "flags"
},
{
"type": "dynamicCustomForm",
"value": "propertyBlackList",
Expand Down

0 comments on commit 55dd5b1

Please sign in to comment.