@openreplay/tracker 16.1.0 → 16.1.1
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/cjs/entry.js
CHANGED
|
@@ -4744,7 +4744,7 @@ class App {
|
|
|
4744
4744
|
this.stopCallbacks = [];
|
|
4745
4745
|
this.commitCallbacks = [];
|
|
4746
4746
|
this.activityState = ActivityState.NotActive;
|
|
4747
|
-
this.version = '16.1.
|
|
4747
|
+
this.version = '16.1.1'; // TODO: version compatability check inside each plugin.
|
|
4748
4748
|
this.socketMode = false;
|
|
4749
4749
|
this.compressionThreshold = 24 * 1000;
|
|
4750
4750
|
this.bc = null;
|
|
@@ -5383,7 +5383,6 @@ class App {
|
|
|
5383
5383
|
}
|
|
5384
5384
|
}
|
|
5385
5385
|
this.emptyBatchCounter = 0;
|
|
5386
|
-
console.log('messages', this.messages.join(', '));
|
|
5387
5386
|
try {
|
|
5388
5387
|
requestIdleCb(() => {
|
|
5389
5388
|
this.messages.unshift(Timestamp(this.timestamp()), TabData(this.session.getTabId()));
|
|
@@ -9363,7 +9362,7 @@ class API {
|
|
|
9363
9362
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9364
9363
|
const doNotTrack = this.checkDoNotTrack();
|
|
9365
9364
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9366
|
-
trackerVersion: '16.1.
|
|
9365
|
+
trackerVersion: '16.1.1',
|
|
9367
9366
|
projectKey: this.options.projectKey,
|
|
9368
9367
|
doNotTrack,
|
|
9369
9368
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|