@openreplay/tracker 16.3.0-beta.1 → 16.3.0-beta.2
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/entry.js +2 -3
- package/dist/cjs/entry.js.map +1 -1
- package/dist/cjs/index.js +2 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/lib/entry.js +2 -3
- package/dist/lib/entry.js.map +1 -1
- package/dist/lib/index.js +2 -3
- package/dist/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -4309,7 +4309,6 @@ class Observer {
|
|
|
4309
4309
|
this.indexes.length = 1;
|
|
4310
4310
|
this.attributesMap.clear();
|
|
4311
4311
|
this.textSet.clear();
|
|
4312
|
-
this.throttledSetNodeData.clear();
|
|
4313
4312
|
}
|
|
4314
4313
|
/**
|
|
4315
4314
|
* EXPERIMENTAL: Unbinds the removed nodes in case of iframe src change.
|
|
@@ -5242,7 +5241,7 @@ class App {
|
|
|
5242
5241
|
this.stopCallbacks = [];
|
|
5243
5242
|
this.commitCallbacks = [];
|
|
5244
5243
|
this.activityState = ActivityState.NotActive;
|
|
5245
|
-
this.version = '16.3.0-beta.
|
|
5244
|
+
this.version = '16.3.0-beta.2'; // TODO: version compatability check inside each plugin.
|
|
5246
5245
|
this.socketMode = false;
|
|
5247
5246
|
this.compressionThreshold = 24 * 1000;
|
|
5248
5247
|
this.bc = null;
|
|
@@ -9671,7 +9670,7 @@ class API {
|
|
|
9671
9670
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9672
9671
|
const doNotTrack = this.checkDoNotTrack();
|
|
9673
9672
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9674
|
-
trackerVersion: '16.3.0-beta.
|
|
9673
|
+
trackerVersion: '16.3.0-beta.2',
|
|
9675
9674
|
projectKey: this.options.projectKey,
|
|
9676
9675
|
doNotTrack,
|
|
9677
9676
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|