添加WVMETA事件名称 review by days
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -185,7 +185,7 @@ | @@ -185,7 +185,7 @@ | ||
185 | #define kErrorTypeIMAGELOAD @"IMAGELOAD"// 图片加载错误(et为IMAGELOAD) | 185 | #define kErrorTypeIMAGELOAD @"IMAGELOAD"// 图片加载错误(et为IMAGELOAD) |
186 | #define kErrorTypeANALYTICS @"ANALYTICS"// 大数据上报错误(et为ANALYTICS) | 186 | #define kErrorTypeANALYTICS @"ANALYTICS"// 大数据上报错误(et为ANALYTICS) |
187 | #define kErrorTypeRNException @"RNException" // | 187 | #define kErrorTypeRNException @"RNException" // |
188 | - | 188 | +#define kErrorTypeH5MetaException @"WVMETA" //针对feature.yoho.cn域名的H5页面meta校验失败 |
189 | // Performance信息类型 | 189 | // Performance信息类型 |
190 | #define kPerformanceTypeImageLoad @"IMG_LOAD" | 190 | #define kPerformanceTypeImageLoad @"IMG_LOAD" |
191 | #define kPerformanceTypeAPICall @"API_CALL" | 191 | #define kPerformanceTypeAPICall @"API_CALL" |
-
Please register or login to post a comment