mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

content script errors after extension reload (and likely restartless update) #430

Open rhelmer opened 2 years ago

rhelmer commented 2 years ago

I happened to notice this while testing https://github.com/mozilla-rally/rally/pull/427:

background.js:60584 Uncaught (in promise) ReferenceError: pageTextContentScript is not defined
background.js:60337 Uncaught (in promise) ReferenceError: pageManagerContentScript is not defined

STR:

This is probably causing the Rally extension to collect less data after a restartless extension update, and resolved by a browser restart.