Skip to content

Add metric to track the display of the install browser extension popover

Created by: erzhtor

Closes https://github.com/sourcegraph/sourcegraph/issues/26319.

Description

This PR:

  • Adds BrowserExtensionPopupOpened event when Install Browser Extension Popover is shown

How to test

Note: that events triggered within 1 sec are joined together in the network and sent as array of events

Before merging

  • Test on different code hosts (if applicable)

    • GitHub
    • Gitlab
    • GitHub Enterprise
    • Refined GitHub
    • Phabricator
    • Phabricator integration
    • Bitbucket
    • Bitbucket integration
  • Test on different browsers (if applicable)

    • Chrome
    • Firefox
    • Safari
  • Add change log message to client/browser/CHANGELOG.md, under "Unreleased" section. (if applicable)

Merge request reports

Loading