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

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi committed Jan 9, 2025
1 parent 4e4aad2 commit f888cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser_action/vitals.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
}

// Log the EOL warning at the same time as TTFB, which should only occur once per page load.
if (metric.name == 'TTFB') {
if (metric.name === 'TTFB') {
console.warn(`${LOG_PREFIX} As of January 2025, support for the Web Vitals extension has ended. We encourage all users to switch to the DevTools Performance panel instead. Learn more: https://developer.chrome.com/blog/web-vitals-extension`);
}

Expand Down

0 comments on commit f888cfa

Please sign in to comment.