@alwaysmeticulous/sdk-bundles-api 2.208.0 → 2.210.0
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.
|
@@ -200,6 +200,10 @@ export interface ReplayExecutionOptions {
|
|
|
200
200
|
* If true deletes window.SharedWorker (pretends the browser doesn't support shared workers).
|
|
201
201
|
*/
|
|
202
202
|
disableSharedWorkers?: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* If true disables the rrweb recorder.
|
|
205
|
+
*/
|
|
206
|
+
disableRrweb?: boolean;
|
|
203
207
|
appUrlConfig?: AppUrlConfig;
|
|
204
208
|
/**
|
|
205
209
|
* If true records CSS coverage for the replay.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.210.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "0c1334b963386abb7cc50756ffa237ef36f24dea"
|
|
42
42
|
}
|