[Lens] Remove dynamic names in telemetry fields (#76988)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Wylie Conlon 2020-09-15 18:27:39 -04:00 committed by GitHub
parent 8b001dc913
commit e9a4555623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -338,7 +338,6 @@ export function SuggestionPanel({
if (lastSelectedSuggestion === index) {
rollbackToCurrentVisualization();
} else {
trackSuggestionEvent(`position_${index}_of_${suggestions.length}`);
setLastSelectedSuggestion(index);
switchToSuggestion(dispatch, suggestion);
}

View file

@ -213,9 +213,6 @@ export function DimensionEditor(props: DimensionEditorProps) {
previousColumn: selectedColumn,
});
trackUiEvent(
`indexpattern_dimension_operation_from_${selectedColumn.operationType}_to_${operationType}`
);
setState(
changeColumn({
state,