From 1994c178aade0045274dd817d640f5ecef2df29a Mon Sep 17 00:00:00 2001 From: timgl Date: Thu, 23 Nov 2023 12:56:55 +0000 Subject: [PATCH] fix: Add $el_text to taxonomy (#18845) * fix: Add $el_text to taxonomy * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- frontend/src/lib/taxonomy.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/lib/taxonomy.tsx b/frontend/src/lib/taxonomy.tsx index 10be42e8fd679e..c37cf5ecceb6fd 100644 --- a/frontend/src/lib/taxonomy.tsx +++ b/frontend/src/lib/taxonomy.tsx @@ -661,6 +661,11 @@ export const KEY_MAPPING: KeyMappingInterface = { label: 'GeoIP Disabled', description: `Whether to skip GeoIP processing for the event.`, }, + $el_text: { + label: 'Element Text', + description: `The text of the element that was clicked. Only sent with Autocapture events.`, + examples: ['Click here!'], + }, // NOTE: This is a hack. $session_duration is a session property, not an event property // but we don't do a good job of tracking property types, so making it a session property // would require a large refactor, and this works (because all properties are treated as