@alipay/ams-checkout 0.0.1764297596-dev.2 → 0.0.1764297596-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,6 +53,8 @@ _defineProperty(LogComplianceExtendKeys, "complianceExtParams", {
53
53
  actionNames: 'C',
54
54
  isValid: 'C',
55
55
  needChangeSessionForRetry: 'C',
56
+ constructorName: 'C',
57
+ result: 'C',
56
58
  // D 维度信息
57
59
  operationType: 'D',
58
60
  jsApi: 'D',
@@ -94,6 +96,7 @@ _defineProperty(LogComplianceExtendKeys, "complianceExtParams", {
94
96
  timeCost: 'M',
95
97
  pageLoadProgress: 'M',
96
98
  fsDuration: 'M',
99
+ loadDuration: 'M',
97
100
  // 由于部分logerror参数是msg
98
101
  msg: 'C'
99
102
  });
@@ -188,6 +188,8 @@ export function createBaseProxy(constructorName) {
188
188
  this.loadSDKAndCreateInstance(constructorName, _newProps);
189
189
  logger.logInfo({
190
190
  title: 'create_proxy_instance_success'
191
+ }, {
192
+ constructorName: constructorName
191
193
  });
192
194
  return this.proxyInstance;
193
195
  }
@@ -252,6 +254,8 @@ export function createBaseProxy(constructorName) {
252
254
  if (!isProxySupports && !isDefinePropertySupports) {
253
255
  logger.logError({
254
256
  title: 'create_proxy_instance_error'
257
+ }, {
258
+ constructorName: constructorName
255
259
  });
256
260
  consoleLogger.error('The browser does not support either Proxy or Object.defineProperty.');
257
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1764297596-dev.2",
3
+ "version": "0.0.1764297596-dev.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",