@aller/blink-labrador
Advanced tools
Comparing version 8.24.14-alpha.0 to 8.24.15-alpha.0
@@ -210,7 +210,6 @@ "use strict"; | ||
var webVitals = vitalsTracker.getAllMetrics(); | ||
var now = performance.now() || 0; | ||
var now = Math.ceil(performance.now()) || 0; | ||
window.setTimeout(function () { | ||
if (webVitals) { | ||
webVitals.visitDurationAtSend = now; | ||
console.log(webVitals); | ||
_this_1.blink.webVitals({ webVitals: webVitals }); | ||
@@ -224,4 +223,3 @@ // start another measurement for sending with the hidden state | ||
if (webVitals) { | ||
webVitals.visitDurationAtSend = performance.now() || 0; | ||
console.log(webVitals); | ||
webVitals.visitDurationAtSend = Math.ceil(performance.now()) || 0; | ||
_this_1.blink.webVitals({ webVitals: webVitals }); | ||
@@ -228,0 +226,0 @@ } |
{ | ||
"name": "@aller/blink-labrador", | ||
"version": "8.24.14-alpha.0", | ||
"version": "8.24.15-alpha.0", | ||
"description": "Library for using blink on Labrador", | ||
@@ -76,3 +76,3 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"@aller/blink": "^8.24.14-alpha.0", | ||
"@aller/blink": "^8.24.15-alpha.0", | ||
"@soldotno/aller-in-view": "^3.0.2", | ||
@@ -96,3 +96,3 @@ "react": "^16.11.0", | ||
}, | ||
"gitHead": "d5f7e2f1432a4d713ea8eac2ff5d20369ca25528" | ||
"gitHead": "22963797ddaf5ce082938b2d64e82a5ffcbd984e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
469377
6329