From d84f195f877dd899f31cab3be3621bfce4a3f46d Mon Sep 17 00:00:00 2001 From: Jay <107592590+obfuscated-loop@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:06:38 +0000 Subject: [PATCH] Add `language` key to anonymous reports (#11004) * Add `language` key to anonymous requests --- src/data/background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/background.js b/src/data/background.js index 37025f19..a2bfd27e 100644 --- a/src/data/background.js +++ b/src/data/background.js @@ -391,6 +391,8 @@ function reportWebsite(info, tab, anon, issueType, notes, callback) { notes, url: tab.url, browser: getBrowserAndVersion(), + language: + navigator.language || Intl.DateTimeFormat().resolvedOptions().locale, extensionVersion: chrome.runtime.getManifest().version, }), })