Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add experimental support for soft navigations #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 19, 2024

  1. feat: add experimental support for soft navigations

    Summary:
    
    Recent versions of Chromium have added support for tracking web vitals metrics
    across soft navigations. This change adds support for tracking these metrics in
    the extension.
    
    TODO:
    
    - [ ] document the new `reportSoftNavs` option in the README
      `web-vitals` package
    - [ ] Hide the option in the options page if one of the following is false:
      1. The browser supports the `soft-navigation` entry type
      2. The `web-vitals` package has been built with the `soft-navs` branch
    vegerot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6ee5a07 View commit details
    Browse the repository at this point in the history