Skip to content
闲耘™ edited this page Oct 29, 2016 · 15 revisions

前端监控脚本

Table of Contents

  1. 简介
  2. 数据采集
  3. 数据通信规格(v1)
  4. 数据通信规格(v2)
  5. 日志处理
  6. 数据展现
  7. 监控报警
  8. 其他

参考

Browsers supporting window.onerror

  • Chrome 13+
  • Firefox 6.0+
  • Internet Explorer 5.5+
  • Opera 11.60+
  • Safari 5.1+

About Sai

Cross Origin Resource Sharing

<script crossorigin src="*.js></script>
response.writeHead(200, {
  'Content-Type': 'application/javascript',
  'Access-Control-Allow-Origin': '*'
})

其他