Skip to content

Commit

Permalink
chore: add $feature_enrollment_update to taxonony (#27035)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Dec 19, 2024
1 parent 6fb266f commit fc875b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ee/hogai/taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ class CoreFilterDefinition(TypedDict):
"description": "When a user interacts with a feature.",
"ignored_in_assistant": True, # Specific to posthog-js/react, niche
},
"$feature_enrollment_update": {
"label": "Feature Enrollment",
"description": "When a user enrolls with a feature.",
"ignored_in_assistant": True, # Specific to EarlyAccessFeatureEnrollment, niche
},
"$capture_metrics": {
"label": "Capture Metrics",
"description": "Metrics captured with values pertaining to your systems at a specific point in time",
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
label: 'Feature Interaction',
description: 'When a user interacts with a feature.',
},
$feature_enrollment_update: {
label: 'Feature Enrollment',
description: 'When a user enrolls with a feature.',
},
$capture_metrics: {
label: 'Capture Metrics',
description: 'Metrics captured with values pertaining to your systems at a specific point in time',
Expand Down

0 comments on commit fc875b3

Please sign in to comment.