Skip to content

Improve command palette metrics tracking 4

What does this MR do and why?

User clicks a group result in the command palette

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In terminal run
    rails runner scripts/internal_events/monitor.rb click_group_result_in_command_palette
  2. On any gitlab page press '/'
  3. Search for any group, click group result
  4. Watch the terminal to indicate the hit

Related to #438845 (closed)

Edited by Tomas Bulva

Merge request reports