@newrelic/browser-agent
Advanced tools
Comparing version 1.273.1 to 1.274.0
@@ -15,3 +15,3 @@ "use strict"; | ||
*/ | ||
const VERSION = exports.VERSION = "1.273.1"; | ||
const VERSION = exports.VERSION = "1.274.0"; | ||
@@ -32,2 +32,2 @@ /** | ||
*/ | ||
const RRWEB_VERSION = exports.RRWEB_VERSION = "2.0.0-alpha.12"; | ||
const RRWEB_VERSION = exports.RRWEB_VERSION = "^2.0.0-alpha.17"; |
@@ -15,3 +15,3 @@ "use strict"; | ||
*/ | ||
const VERSION = exports.VERSION = "1.273.1"; | ||
const VERSION = exports.VERSION = "1.274.0"; | ||
@@ -33,2 +33,2 @@ /** | ||
*/ | ||
const RRWEB_VERSION = exports.RRWEB_VERSION = "2.0.0-alpha.12"; | ||
const RRWEB_VERSION = exports.RRWEB_VERSION = "^2.0.0-alpha.17"; |
@@ -113,9 +113,2 @@ "use strict"; | ||
checkoutEveryNms: _constants.CHECKOUT_MS[this.parent.mode], | ||
/** Emits errors thrown by rrweb directly before bubbling them up to the window */ | ||
errorHandler: err => { | ||
/** capture rrweb errors as "internal" errors only */ | ||
this.parent.ee.emit('internal-error', [err]); | ||
/** returning true informs rrweb to swallow the error instead of throwing it to the window */ | ||
return true; | ||
}, | ||
recordAfter: 'DOMContentLoaded' | ||
@@ -122,0 +115,0 @@ }); |
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
export const VERSION = "1.273.1"; | ||
export const VERSION = "1.274.0"; | ||
@@ -26,2 +26,2 @@ /** | ||
*/ | ||
export const RRWEB_VERSION = "2.0.0-alpha.12"; | ||
export const RRWEB_VERSION = "^2.0.0-alpha.17"; |
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
export const VERSION = "1.273.1"; | ||
export const VERSION = "1.274.0"; | ||
@@ -27,2 +27,2 @@ /** | ||
*/ | ||
export const RRWEB_VERSION = "2.0.0-alpha.12"; | ||
export const RRWEB_VERSION = "^2.0.0-alpha.17"; |
@@ -107,9 +107,2 @@ import { record as recorder } from 'rrweb'; | ||
checkoutEveryNms: CHECKOUT_MS[this.parent.mode], | ||
/** Emits errors thrown by rrweb directly before bubbling them up to the window */ | ||
errorHandler: err => { | ||
/** capture rrweb errors as "internal" errors only */ | ||
this.parent.ee.emit('internal-error', [err]); | ||
/** returning true informs rrweb to swallow the error instead of throwing it to the window */ | ||
return true; | ||
}, | ||
recordAfter: 'DOMContentLoaded' | ||
@@ -116,0 +109,0 @@ }); |
{ | ||
"name": "@newrelic/browser-agent", | ||
"version": "1.273.1", | ||
"version": "1.274.0", | ||
"private": false, | ||
@@ -198,3 +198,3 @@ "author": "New Relic Browser Agent Team <browser-agent@newrelic.com>", | ||
"fflate": "0.7.4", | ||
"rrweb": "2.0.0-alpha.12", | ||
"rrweb": "^2.0.0-alpha.17", | ||
"web-vitals": "4.2.3" | ||
@@ -201,0 +201,0 @@ }, |
@@ -102,9 +102,2 @@ import { record as recorder } from 'rrweb' | ||
checkoutEveryNms: CHECKOUT_MS[this.parent.mode], | ||
/** Emits errors thrown by rrweb directly before bubbling them up to the window */ | ||
errorHandler: (err) => { | ||
/** capture rrweb errors as "internal" errors only */ | ||
this.parent.ee.emit('internal-error', [err]) | ||
/** returning true informs rrweb to swallow the error instead of throwing it to the window */ | ||
return true | ||
}, | ||
recordAfter: 'DOMContentLoaded' | ||
@@ -111,0 +104,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1968969
39384
+ Added@rrweb/utils@2.0.0-alpha.18(transitive)
+ Addedrrweb@2.0.0-alpha.18(transitive)
- Removedfflate@0.4.8(transitive)
- Removedrrweb@2.0.0-alpha.12(transitive)
Updatedrrweb@^2.0.0-alpha.17