Skip to content

Update instrumentation

Jdrewniak requested to merge update-instrumentation-2 into main
  • Update MutationObserver callbacks to fire immediately as well as on mutationObserver events.
  • Fire 'impression' event every time suggestions are shown. This can now occur multiple time per page when clicking on or off the search box.
  • Separate first click from subsequent clicks. Fire 'click' event on first click, then 'clickAdditional' event on subsequent clicks.

Bug: T372780

Merge request reports