Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 - [ ] document how to build the extension with the `soft-navs` branch of the `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
- Loading branch information