Skip to content

Commit

Permalink
chore: even more taxonomy fangling (#25650)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Oct 17, 2024
1 parent 93690df commit 4df898d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,10 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
description: 'posthog-js adds these to the page leave event, they are used in web analytics calculations',
label: 'Previous pageview duration',
},
$surveys_activated: {
label: 'Surveys Activated',
description: 'The surveys that were activated for this event.',
},
},
numerical_event_properties: {}, // Same as event properties, see assignment below
person_properties: {}, // Currently person properties are the same as event properties, see assignment below
Expand Down Expand Up @@ -1432,7 +1436,13 @@ export const NON_DOLLAR_POSTHOG_PROPERTY_KEYS = [
'current_usage.session_replay',
'current_usage.surveys',
'customer_deactivated',
'custom_limits_usd.data_warehouse',
'custom_limits.data_warehouse',
'custom_limits.feature_flags',
'custom_limits.integrations',
'custom_limits.platform_and_support',
'custom_limits.product_analytics',
'custom_limits.session_replay',
'custom_limits.surveys',
'free_allocation.data_warehouse',
'free_allocation.feature_flags',
'free_allocation.integrations',
Expand Down Expand Up @@ -1474,8 +1484,6 @@ export const NON_DOLLAR_POSTHOG_PROPERTY_KEYS = [
'email_service_available',
'slack_service_available',
'commit_sha',
'token',
'distinct_id',
]

/** Return whether a given filter key is part of PostHog's core (marked by the PostHog logo). */
Expand Down

0 comments on commit 4df898d

Please sign in to comment.