Skip to content

Commit

Permalink
fix: Add $el_text to taxonomy (#18845)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and thmsobrmlr committed Nov 23, 2023
1 parent 89caf9e commit 1994c17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1994c17

Please sign in to comment.