Skip to content

Improve command palette metrics tracking 1

What does this MR do and why?

User activates the command palette with the keyboard shortcut

press_keyboard_shortcut_to_activate_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

Example below:

  1. In terminal run
    rails runner scripts/internal_events/monitor.rb press_keyboard_shortcut_to_activate_command_palette
  2. On any gitlab page press '/'
  3. Watch the terminal to indicate the hit

Related to #438845

Merge request reports