Where to put Bugsnag scripts for Chrome Extension integration
问题 I'm working on a Chrome extension for the first time and trying to integrate Bugsnag js error reporting. I found a lot of useful information, but I don't understand how to actually load bugsnag into the extension. (e.g. in the background script, content script, a background.html page or somewhere else). Do you write code to insert the script tag into the page? Bugsnag setup docs suggest configuring <script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-2.min.js" data-apikey="YOUR-API-KEY-HERE">