Track & log missing/failed JS resources during page load?

Does Sentry have the ability to record HTML/Javascipt issues where an HTML page tries to load a resource (e.g. a .css or a .js file from somewhere), but for some reason is unable to load the resource as it’s assembling the page in the browser?

In our situation, we’re discovering that our web app is intermittently unable to find a resource, like this:

These errors show up in the browser console, of course, but we’re not seeing them in our Sentry account.