Skip to content

Commit

Permalink
rename property
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Dec 20, 2024
1 parent ea7bf70 commit a4815f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posthog-featureflags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a4815f6

Please sign in to comment.