@be-link/cls-logger 1.0.1-beta.32 → 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 +2 -2
- package/dist/index.js +2 -2
- package/dist/mini.esm.js +1 -1
- package/dist/mini.js +1 -1
- package/dist/web.esm.js +1 -1
- package/dist/web.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2296,7 +2296,7 @@ function installWebPerformanceMonitor(report, opts = {}) {
|
|
|
2296
2296
|
reportType: raw.reportType ?? 'perf',
|
|
2297
2297
|
sampleRate: raw.sampleRate ?? 1,
|
|
2298
2298
|
ignoreUrls: raw.ignoreUrls ?? [],
|
|
2299
|
-
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'
|
|
2299
|
+
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'],
|
|
2300
2300
|
webVitals: raw.webVitals ?? true,
|
|
2301
2301
|
navigationTiming: raw.navigationTiming ?? true,
|
|
2302
2302
|
resourceTiming: raw.resourceTiming ?? true,
|
|
@@ -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 ?? [
|
|
2395
|
+
allowUrls: raw.allowUrls ?? [],
|
|
2396
2396
|
maxTextLength: raw.maxTextLength ?? 2000,
|
|
2397
2397
|
};
|
|
2398
2398
|
installMiniProgramPerformanceMonitor(report, options);
|
package/dist/index.js
CHANGED
|
@@ -2300,7 +2300,7 @@ function installWebPerformanceMonitor(report, opts = {}) {
|
|
|
2300
2300
|
reportType: raw.reportType ?? 'perf',
|
|
2301
2301
|
sampleRate: raw.sampleRate ?? 1,
|
|
2302
2302
|
ignoreUrls: raw.ignoreUrls ?? [],
|
|
2303
|
-
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'
|
|
2303
|
+
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'],
|
|
2304
2304
|
webVitals: raw.webVitals ?? true,
|
|
2305
2305
|
navigationTiming: raw.navigationTiming ?? true,
|
|
2306
2306
|
resourceTiming: raw.resourceTiming ?? true,
|
|
@@ -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 ?? [
|
|
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 ?? [
|
|
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 ?? [
|
|
1573
|
+
allowUrls: raw.allowUrls ?? [],
|
|
1574
1574
|
maxTextLength: raw.maxTextLength ?? 2000,
|
|
1575
1575
|
};
|
|
1576
1576
|
installMiniProgramPerformanceMonitor(report, options);
|
package/dist/web.esm.js
CHANGED
|
@@ -1748,7 +1748,7 @@ function installWebPerformanceMonitor(report, opts = {}) {
|
|
|
1748
1748
|
reportType: raw.reportType ?? 'perf',
|
|
1749
1749
|
sampleRate: raw.sampleRate ?? 1,
|
|
1750
1750
|
ignoreUrls: raw.ignoreUrls ?? [],
|
|
1751
|
-
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'
|
|
1751
|
+
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'],
|
|
1752
1752
|
webVitals: raw.webVitals ?? true,
|
|
1753
1753
|
navigationTiming: raw.navigationTiming ?? true,
|
|
1754
1754
|
resourceTiming: raw.resourceTiming ?? true,
|
package/dist/web.js
CHANGED
|
@@ -1771,7 +1771,7 @@ function installWebPerformanceMonitor(report, opts = {}) {
|
|
|
1771
1771
|
reportType: raw.reportType ?? 'perf',
|
|
1772
1772
|
sampleRate: raw.sampleRate ?? 1,
|
|
1773
1773
|
ignoreUrls: raw.ignoreUrls ?? [],
|
|
1774
|
-
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'
|
|
1774
|
+
allowUrls: raw.allowUrls ?? ['wejourney.top', 'travelkeep.top', ' 8848top.com', 'yuanqiclub.com'],
|
|
1775
1775
|
webVitals: raw.webVitals ?? true,
|
|
1776
1776
|
navigationTiming: raw.navigationTiming ?? true,
|
|
1777
1777
|
resourceTiming: raw.resourceTiming ?? true,
|