@be-link/cls-logger 1.0.1-beta.33 → 1.0.1-beta.34

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.
package/dist/index.esm.js CHANGED
@@ -2392,7 +2392,7 @@ function installMiniPerformanceMonitor(report, opts = {}) {
2392
2392
  webVitals: raw.webVitals ?? true,
2393
2393
  navigationTiming: raw.navigationTiming ?? true,
2394
2394
  resourceTiming: raw.resourceTiming ?? true,
2395
- allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', '8848top.com', 'yuanqiclub.com'],
2395
+ allowUrls: raw.allowUrls ?? [],
2396
2396
  maxTextLength: raw.maxTextLength ?? 2000,
2397
2397
  };
2398
2398
  installMiniProgramPerformanceMonitor(report, options);
package/dist/index.js CHANGED
@@ -2396,7 +2396,7 @@ function installMiniPerformanceMonitor(report, opts = {}) {
2396
2396
  webVitals: raw.webVitals ?? true,
2397
2397
  navigationTiming: raw.navigationTiming ?? true,
2398
2398
  resourceTiming: raw.resourceTiming ?? true,
2399
- allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', '8848top.com', 'yuanqiclub.com'],
2399
+ allowUrls: raw.allowUrls ?? [],
2400
2400
  maxTextLength: raw.maxTextLength ?? 2000,
2401
2401
  };
2402
2402
  installMiniProgramPerformanceMonitor(report, options);
package/dist/mini.esm.js CHANGED
@@ -1547,7 +1547,7 @@ function installMiniPerformanceMonitor(report, opts = {}) {
1547
1547
  webVitals: raw.webVitals ?? true,
1548
1548
  navigationTiming: raw.navigationTiming ?? true,
1549
1549
  resourceTiming: raw.resourceTiming ?? true,
1550
- allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', '8848top.com', 'yuanqiclub.com'],
1550
+ allowUrls: raw.allowUrls ?? [],
1551
1551
  maxTextLength: raw.maxTextLength ?? 2000,
1552
1552
  };
1553
1553
  installMiniProgramPerformanceMonitor(report, options);
package/dist/mini.js CHANGED
@@ -1570,7 +1570,7 @@ function installMiniPerformanceMonitor(report, opts = {}) {
1570
1570
  webVitals: raw.webVitals ?? true,
1571
1571
  navigationTiming: raw.navigationTiming ?? true,
1572
1572
  resourceTiming: raw.resourceTiming ?? true,
1573
- allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', '8848top.com', 'yuanqiclub.com'],
1573
+ allowUrls: raw.allowUrls ?? [],
1574
1574
  maxTextLength: raw.maxTextLength ?? 2000,
1575
1575
  };
1576
1576
  installMiniProgramPerformanceMonitor(report, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cls-logger",
3
- "version": "1.0.1-beta.33",
3
+ "version": "1.0.1-beta.34",
4
4
  "description": "@be-link cls-logger - 腾讯云 CLS 日志上报封装",
5
5
  "homepage": "https://github.com/snowmountain-top/be-link",
6
6
  "author": "zhuiyi",