Because enabling use of nonces in CSP disables event handlers, it's not possible to add an onerror property to script tags to handle/report asset load issues.
Is there a recommended way to handle this? Particularly for script tags which are not loaded async.
Thanks!