@openreplay/tracker 15.0.5-beta.1 → 15.0.5
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/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/lib/index.js +2 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -4699,7 +4699,7 @@ class App {
|
|
|
4699
4699
|
this.stopCallbacks = [];
|
|
4700
4700
|
this.commitCallbacks = [];
|
|
4701
4701
|
this.activityState = ActivityState.NotActive;
|
|
4702
|
-
this.version = '15.0.5
|
|
4702
|
+
this.version = '15.0.5'; // TODO: version compatability check inside each plugin.
|
|
4703
4703
|
this.socketMode = false;
|
|
4704
4704
|
this.compressionThreshold = 24 * 1000;
|
|
4705
4705
|
this.bc = null;
|
|
@@ -9152,7 +9152,7 @@ class API {
|
|
|
9152
9152
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9153
9153
|
const doNotTrack = this.checkDoNotTrack();
|
|
9154
9154
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9155
|
-
trackerVersion: '15.0.5
|
|
9155
|
+
trackerVersion: '15.0.5',
|
|
9156
9156
|
projectKey: this.options.projectKey,
|
|
9157
9157
|
doNotTrack,
|
|
9158
9158
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|