Skip to content

Commit 6f40c0f

Browse files
committed
[Lens] Remove dynamic names in telemetry fields
1 parent 02233e7 commit 6f40c0f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

x-pack/plugins/lens/public/editor_frame_service/editor_frame/suggestion_panel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ export function SuggestionPanel({
338338
if (lastSelectedSuggestion === index) {
339339
rollbackToCurrentVisualization();
340340
} else {
341-
trackSuggestionEvent(`position_${index}_of_${suggestions.length}`);
342341
setLastSelectedSuggestion(index);
343342
switchToSuggestion(dispatch, suggestion);
344343
}

x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/popover_editor.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ export function PopoverEditor(props: PopoverEditorProps) {
202202
previousColumn: selectedColumn,
203203
});
204204

205-
trackUiEvent(
206-
`indexpattern_dimension_operation_from_${selectedColumn.operationType}_to_${operationType}`
207-
);
208205
setState(
209206
changeColumn({
210207
state,

0 commit comments

Comments
 (0)