microsoft/ApplicationInsights-JS
在 GitHub 查看[Feature] Add an optional extension that can monitor script requests / loads and report
Open
#1,547 创建于 2021年4月23日
enhancementhelp wanted
仓库指标
- Star
- (684 star)
- PR 合并指标
- (PR 指标待抓取)
描述
As outlined in #1539, suggest the creation of a new extension that can report the loaded scripts.
As suggested by @thoo1
For now I've accomplished listening to timing/size info for script loads using PerformanceObserver api, which like you said, isn't generally available to all browsers
Like you said, seems like getting the status of the script load isn't expose in the performance timing apis - it is only on the load/error event handlers