diff --git a/src/posthog-featureflags.ts b/src/posthog-featureflags.ts index ed2d3cb8e..1359511e6 100644 --- a/src/posthog-featureflags.ts +++ b/src/posthog-featureflags.ts @@ -365,7 +365,7 @@ export class PostHogFeatureFlags { } if (feature) { - properties['$name'] = feature.name + properties['$early_access_feature_name'] = feature.name } this.instance.capture('$feature_enrollment_update', properties)