|
@@ -93,7 +93,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
|
@@ -93,7 +93,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
93
|
YHPN_WEBVIEW,//UIWebView 加载时间 // @"WEBVIEW"
|
93
|
YHPN_WEBVIEW,//UIWebView 加载时间 // @"WEBVIEW"
|
94
|
YHPN_IMAGEVIEW,//Image (SDWebImage) 加载时间 // @"IMAGE"
|
94
|
YHPN_IMAGEVIEW,//Image (SDWebImage) 加载时间 // @"IMAGE"
|
95
|
YHPN_BUTTON,//Button 响应时间 // @"BUTTON"
|
95
|
YHPN_BUTTON,//Button 响应时间 // @"BUTTON"
|
96
|
-
|
96
|
+
|
97
|
YHPN_TIMEOUT, //网络事件 -网络超时
|
97
|
YHPN_TIMEOUT, //网络事件 -网络超时
|
98
|
YHPN_CODE_ERR , //网络事件- 有错误码返回的错误
|
98
|
YHPN_CODE_ERR , //网络事件- 有错误码返回的错误
|
99
|
YHPN_H5_FEATURE_META_FAILED, //feature.yoho.cn的H5页面meta校验失败
|
99
|
YHPN_H5_FEATURE_META_FAILED, //feature.yoho.cn的H5页面meta校验失败
|
|
@@ -123,8 +123,8 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
|
@@ -123,8 +123,8 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
123
|
YHPN_BUSINESS_ORDER_PAY,//支付相关业务错误
|
123
|
YHPN_BUSINESS_ORDER_PAY,//支付相关业务错误
|
124
|
|
124
|
|
125
|
YHPN_GESTURERECOGNIZER, //UITapGestureRecognizer响应时间// @"GESTURERECOGNIZER"
|
125
|
YHPN_GESTURERECOGNIZER, //UITapGestureRecognizer响应时间// @"GESTURERECOGNIZER"
|
126
|
- YHPN_HTTP //HTTP响应时间// @"HTTP"
|
|
|
127
|
-
|
126
|
+ YHPN_HTTP, //HTTP响应时间// @"HTTP"
|
|
|
127
|
+ YHPH_HTTPMETRICS//session响应时间
|
128
|
};
|
128
|
};
|
129
|
|
129
|
|
130
|
typedef NS_ENUM(NSInteger, YHEventReportType) {
|
130
|
typedef NS_ENUM(NSInteger, YHEventReportType) {
|