Skip to content

Improve command palette metrics tracking 3

What does this MR do and why?

User clicks a project 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

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

Related to #438845

Merge request reports