@newrelic/browser-agent 1.303.0-rc.4 → 1.303.0-rc.6
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/cjs/common/config/init.js +0 -1
- package/dist/cjs/common/constants/env.cdn.js +1 -1
- package/dist/cjs/common/constants/env.npm.js +1 -1
- package/dist/cjs/features/session_replay/shared/recorder.js +2 -1
- package/dist/esm/common/config/init.js +0 -1
- package/dist/esm/common/constants/env.cdn.js +1 -1
- package/dist/esm/common/constants/env.npm.js +1 -1
- package/dist/esm/features/session_replay/shared/recorder.js +2 -1
- package/dist/types/common/config/init.d.ts.map +1 -1
- package/dist/types/features/session_replay/shared/recorder.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/common/config/init.js +0 -1
- package/src/features/session_replay/shared/recorder.js +2 -1
|
@@ -151,7 +151,6 @@ const InitModelFn = () => {
|
|
|
151
151
|
collect_fonts: false,
|
|
152
152
|
inline_images: false,
|
|
153
153
|
fix_stylesheets: true,
|
|
154
|
-
// recording config settings
|
|
155
154
|
mask_all_inputs: true,
|
|
156
155
|
// this has a getter/setter to facilitate validation of the selectors
|
|
157
156
|
get mask_text_selector() {
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.303.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.303.0-rc.6";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.303.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.303.0-rc.6";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -133,7 +133,8 @@ class Recorder {
|
|
|
133
133
|
inlineImages: inline_images,
|
|
134
134
|
collectFonts: collect_fonts,
|
|
135
135
|
checkoutEveryNms: _constants.CHECKOUT_MS[mode],
|
|
136
|
-
recordAfter: 'DOMContentLoaded'
|
|
136
|
+
recordAfter: 'DOMContentLoaded',
|
|
137
|
+
slimDOMOptions: 'all'
|
|
137
138
|
});
|
|
138
139
|
} catch (err) {
|
|
139
140
|
this.ee.emit('internal-error', [err]);
|
|
@@ -145,7 +145,6 @@ const InitModelFn = () => {
|
|
|
145
145
|
collect_fonts: false,
|
|
146
146
|
inline_images: false,
|
|
147
147
|
fix_stylesheets: true,
|
|
148
|
-
// recording config settings
|
|
149
148
|
mask_all_inputs: true,
|
|
150
149
|
// this has a getter/setter to facilitate validation of the selectors
|
|
151
150
|
get mask_text_selector() {
|
|
@@ -126,7 +126,8 @@ export class Recorder {
|
|
|
126
126
|
inlineImages: inline_images,
|
|
127
127
|
collectFonts: collect_fonts,
|
|
128
128
|
checkoutEveryNms: CHECKOUT_MS[mode],
|
|
129
|
-
recordAfter: 'DOMContentLoaded'
|
|
129
|
+
recordAfter: 'DOMContentLoaded',
|
|
130
|
+
slimDOMOptions: 'all'
|
|
130
131
|
});
|
|
131
132
|
} catch (err) {
|
|
132
133
|
this.ee.emit('internal-error', [err]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../src/common/config/init.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../src/common/config/init.js"],"names":[],"mappings":"AA8IO,0CAEN;mBArIY,OAAO,cAAc,EAAE,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recorder.d.ts","sourceRoot":"","sources":["../../../../../src/features/session_replay/shared/recorder.js"],"names":[],"mappings":"AAqBA;IAUE,+BAkCC;IApCD,sBAAmB;IAGjB,iDAAiD;IACjD,kBAAgC;IAEhC,QAAyB;IACzB,mBAA6C;IAC7C,cAAqC;IAErC,qBAAwB;IACxB,0FAA0F;IAC1F,eAAkE;IAElE,iHAAiH;IACjH,uBAAgD;IAChD,mFAAmF;IACnF,iCAA0D;IAC1D,uIAAuI;IACvI,yBAA4B;IAC5B,qBAAwB;IACxB,kIAAkI;IAClI,kBAAqB;IACrB,uIAAuI;IACvI,0BAAwE;IAc1E,mBAEC;IAED;;;;;;;;;MAWC;IAED,kFAAkF;IAClF,oBAGC;IAED,qDAAqD;IACrD,
|
|
1
|
+
{"version":3,"file":"recorder.d.ts","sourceRoot":"","sources":["../../../../../src/features/session_replay/shared/recorder.js"],"names":[],"mappings":"AAqBA;IAUE,+BAkCC;IApCD,sBAAmB;IAGjB,iDAAiD;IACjD,kBAAgC;IAEhC,QAAyB;IACzB,mBAA6C;IAC7C,cAAqC;IAErC,qBAAwB;IACxB,0FAA0F;IAC1F,eAAkE;IAElE,iHAAiH;IACjH,uBAAgD;IAChD,mFAAmF;IACnF,iCAA0D;IAC1D,uIAAuI;IACvI,yBAA4B;IAC5B,qBAAwB;IACxB,kIAAkI;IAClI,kBAAqB;IACrB,uIAAuI;IACvI,0BAAwE;IAc1E,mBAEC;IAED;;;;;;;;;MAWC;IAED,kFAAkF;IAClF,oBAGC;IAED,qDAAqD;IACrD,8CA0CC;IAED;;;;;OAKG;IACH,aAHW,GAAC,cACD,GAAC,QAiCX;IAED,yHAAyH;IACzH,yCAiCC;IAED,0HAA0H;IAC1H,yBAOC;IAED,wBAEC;IAED,gCAAgC;IAChC,uCAGC;IAED;;;SAGK;IACL,oCAGC;;CACF;+BAvO8B,mBAAmB"}
|
package/package.json
CHANGED
|
@@ -102,7 +102,6 @@ const InitModelFn = () => {
|
|
|
102
102
|
collect_fonts: false,
|
|
103
103
|
inline_images: false,
|
|
104
104
|
fix_stylesheets: true,
|
|
105
|
-
// recording config settings
|
|
106
105
|
mask_all_inputs: true,
|
|
107
106
|
// this has a getter/setter to facilitate validation of the selectors
|
|
108
107
|
get mask_text_selector () { return hiddenState.mask_selector },
|
|
@@ -120,7 +120,8 @@ export class Recorder {
|
|
|
120
120
|
inlineImages: inline_images,
|
|
121
121
|
collectFonts: collect_fonts,
|
|
122
122
|
checkoutEveryNms: CHECKOUT_MS[mode],
|
|
123
|
-
recordAfter: 'DOMContentLoaded'
|
|
123
|
+
recordAfter: 'DOMContentLoaded',
|
|
124
|
+
slimDOMOptions: 'all'
|
|
124
125
|
})
|
|
125
126
|
} catch (err) {
|
|
126
127
|
this.ee.emit('internal-error', [err])
|