Skip to content

Commit 8f023a2

Browse files
committed
fix(posthog): mark region required for update_experiment
posthog_update_experiment was the only experiment operation missing from the region field's required-condition list; the other three (create/get/list) already require it. Region is unconditionally visible on this block (no condition key gates it), so this was a required-ness inconsistency rather than a functional bug, but users updating an EU experiment should still be prompted to select the region explicitly rather than relying on the default.
1 parent df10eb7 commit 8f023a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/blocks/blocks/posthog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const PostHogBlock: BlockConfig<PostHogResponse> = {
100100
'posthog_list_feature_flags',
101101
// Experiments
102102
'posthog_create_experiment',
103+
'posthog_update_experiment',
103104
'posthog_get_experiment',
104105
'posthog_list_experiments',
105106
// Data Management

0 commit comments

Comments
 (0)