Skip to content

Commit 74505fa

Browse files
committed
feat(flags): Add method for fetching decrypted remote config flag payload
1 parent 994003f commit 74505fa

File tree

3 files changed

+255
-49
lines changed

3 files changed

+255
-49
lines changed

posthog/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,15 @@ def get_feature_flag_payload(
435435
)
436436

437437

438+
def get_decrypted_feature_flag_payload(
439+
key,
440+
):
441+
return _proxy(
442+
"get_decrypted_feature_flag_payload",
443+
key=key,
444+
)
445+
446+
438447
def get_all_flags_and_payloads(
439448
distinct_id,
440449
groups={},

0 commit comments

Comments
 (0)