Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Add Telemetry When User Opens a Bookmark #18173

Closed
rocketsroger opened this issue Feb 25, 2021 · 1 comment · Fixed by #18174
Closed

Add Telemetry When User Opens a Bookmark #18173

rocketsroger opened this issue Feb 25, 2021 · 1 comment · Fixed by #18174
Assignees
Milestone

Comments

@rocketsroger
Copy link
Contributor

rocketsroger commented Feb 25, 2021

Currently we're not tracking when user is opening a bookmark by tapping directly on the bookmark. Add telemetry to track it.
This is for #14866

┆Issue is synchronized with this Jira Task

@rocketsroger rocketsroger self-assigned this Feb 25, 2021
@github-actions github-actions bot added the needs:triage Issue needs triage label Feb 25, 2021
@rocketsroger rocketsroger removed the needs:triage Issue needs triage label Feb 25, 2021
@gabrielluong gabrielluong added this to the 88 milestone Mar 9, 2021
@gabrielluong gabrielluong added the eng:qa:needed QA Needed label Mar 9, 2021
@gabrielluong gabrielluong reopened this Mar 9, 2021
@AndiAJ
Copy link
Collaborator

AndiAJ commented Mar 12, 2021

Hi, verified as fixed on the latest Nightly 210312 using a Google Pixel 3a (Android 11)
Ping ffbaa16d-5fbd-4aa7-83a5-1b2bb8bc6ebd

"events": [
        {
          "category": "events",
          "extra": {
            "first_frame_pre_draw_nanos": "50786516",
            "source": "UNKNOWN",
            "type": "HOT"
          },
          "name": "app_opened_all_startup",
          "timestamp": 0
        },
        {
          "category": "bookmarks_management",
          "name": "open",
          "timestamp": 8513
        }
      ]

Logcat

@AndiAJ AndiAJ closed this as completed Mar 12, 2021
@AndiAJ AndiAJ added eng:qa:verified QA Verified and removed eng:qa:needed QA Needed labels Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants