From a4815f63011f79fd9957804b720e79752fc12a51 Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 20 Dec 2024 10:12:38 +0000 Subject: [PATCH] rename property --- src/posthog-featureflags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)