export const REPORT_TYPES = {
  ERR: 'error', // 错误
  MATCH_RES: 'match.response', // 匹配接口返回数据
  ACTION: 'action', // 行为
  PERF: 'performance' // 性能
}