GoogleChrome / web-vitals-extension

A Chrome extension to measure essential metrics for a healthy site
https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma?hl=en
Apache License 2.0
2.35k stars 105 forks source link

Unable to turn on Console Logging for Incognito Mode #125

Closed monsuj closed 1 year ago

monsuj commented 1 year ago

Before you start Please take a look at the FAQ as well as the already opened issues! If nothing fits your problem, go ahead and fill out the following template:

Describe the bug A clear and concise description of what the bug is.

Unable to enable "Console Logging" debug option in incognito window. Hence Detailed Debug information like LCP CLS etc is not available in Console while using incognito mode.

To Reproduce Steps to reproduce the behavior. Open chrome in incognito Right click on Web Vitals Extension Go to Option This will open WebVital Extension option for Regular browser and NOT Incognito browser Hence Detailed Debug information like LCP CLS etc is not available in Console while using incognito mode.

Expected behavior A clear and concise description of what you expected to happen. Either opening "option" in in cognito should open Separate option window Or same option window should be applicable for both Normal & Incognito sessions.

Version:

Additional context, screenshots, screencasts Add any other context about the problem here.

tunetheweb commented 1 year ago

Or same option window should be applicable for both Normal & Incognito sessions. The same window is applicable in both Normal & Incognito sessions.

Here's what I see once I enable the extension in incognito mode

image

Turning off console logging in that options screen in Normal mode, also affects the incognito mode (note sometimes you have to reload a couple of times to ensure the new options have taken effect).

Is this not what you are seeing?