RootCauseunvalidated
The background.js module was being executed in the content script context due to importing from background.js into the content script, so the Sentry window/document patch ran in the wrong environment where document is non-writable/non-redefinable.
901d924a-c673-4115-90c9-08a454e5e821
The background.js module was being executed in the content script context due to importing from background.js into the content script, so the Sentry window/document patch ran in the wrong environment where document is non-writable/non-redefinable.