PostHog/posthog

group flags that target groups should have default insights that only show `$feature_flag_called` events with groups associated with them

クローズ

#39,135 opened on 2025/10/04

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (988 件のフォーク)batch import
good first issueteam/feature-flags

Repository metrics

Stars
 (16,704 個のスター)
PR merge metrics
 (平均マージ 17h 29m) (30d で 995 merged PRs)

説明

right now, we create default insights for feature flags, but if a feature flag targets groups, we should tailor that default insight to only show $feature_flag_called events that have groups set on them, since otherwise these events don't really evaluation traffic to this flag (i.e. it can make the rollout percentages seem confusing since the amount of false events (just bc there are no groups) will be way larger than expected)

Folks have been confused about this: https://posthog.slack.com/archives/C075EH38BR8/p1759134575502819

コントリビューターガイド