Skip to content

Commit

Permalink
[Lens] Remove dynamic names in telemetry fields (#76988) (#77558)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Wylie Conlon and elasticmachine committed Sep 16, 2020
1 parent 7719130 commit 52d580c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ export function SuggestionPanel({
if (lastSelectedSuggestion === index) {
rollbackToCurrentVisualization();
} else {
trackSuggestionEvent(`position_${index}_of_${suggestions.length}`);
setLastSelectedSuggestion(index);
switchToSuggestion(dispatch, suggestion);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ export function DimensionEditor(props: DimensionEditorProps) {
previousColumn: selectedColumn,
});

trackUiEvent(
`indexpattern_dimension_operation_from_${selectedColumn.operationType}_to_${operationType}`
);
setState(
changeColumn({
state,
Expand Down

0 comments on commit 52d580c

Please sign in to comment.