@mrporter/frontend-monitoring
Advanced tools
Comparing version 5.0.1 to 5.0.3
@@ -31,3 +31,4 @@ 'use strict'; | ||
request: responseStart - requestStart, | ||
response: responseEnd - responseStart | ||
response: responseEnd - responseStart, | ||
ttfb: responseStart - navigationStart | ||
} | ||
@@ -41,3 +42,3 @@ }; | ||
var _window$performance$t2 = window.performance.timing, | ||
navigationStart = _window$performance$t2.navigationStart, | ||
_navigationStart = _window$performance$t2.navigationStart, | ||
msFirstPaint = _window$performance$t2.msFirstPaint, | ||
@@ -58,3 +59,3 @@ domLoading = _window$performance$t2.domLoading, | ||
} else if (msFirstPaint) { | ||
firstPaint = msFirstPaint - navigationStart; | ||
firstPaint = msFirstPaint - _navigationStart; | ||
} | ||
@@ -61,0 +62,0 @@ |
@@ -107,3 +107,4 @@ 'use strict'; | ||
input: { | ||
ip: 'ip_address' | ||
ip: 'ip_address', | ||
remove_ip_property: true | ||
}, | ||
@@ -110,0 +111,0 @@ output: 'ip_geo_info' |
{ | ||
"name": "@mrporter/frontend-monitoring", | ||
"version": "5.0.1", | ||
"version": "5.0.3", | ||
"description": "Utils and Events for MRP front end monitoring", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
10850
164
5