You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Track click path for screenshots" was a dead switch. Nothing read the setting: clicks were written into every companion .json and email body even with it turned off. Both context toggles now run through one gate (lib/reportContext.ts), covered by unit tests.
Settings showed two different controls under the same label — v0.5.0 reused the console-error toggle's translation key for the new domain list, so the checkbox read "Capture console errors on these domains". The toggle and the domain list now have their own labels, and E2E asserts they stay distinct.