@openreplay/tracker 18.0.1-beta.0 → 18.0.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 +3 -3
- package/dist/cjs/entry.js.map +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/lib/entry.js +3 -3
- package/dist/lib/entry.js.map +1 -1
- package/dist/lib/index.js +3 -3
- package/dist/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/lib/entry.js
CHANGED
|
@@ -3958,7 +3958,7 @@ class App {
|
|
|
3958
3958
|
this.stopCallbacks = [];
|
|
3959
3959
|
this.commitCallbacks = [];
|
|
3960
3960
|
this.activityState = ActivityState.NotActive;
|
|
3961
|
-
this.version = '18.0.1
|
|
3961
|
+
this.version = '18.0.1'; // TODO: version compatability check inside each plugin.
|
|
3962
3962
|
this.socketMode = false;
|
|
3963
3963
|
this.compressionThreshold = 24 * 1000;
|
|
3964
3964
|
this.bc = null;
|
|
@@ -8873,7 +8873,7 @@ class ConstantProperties {
|
|
|
8873
8873
|
user_id: this.user_id,
|
|
8874
8874
|
distinct_id: this.deviceId,
|
|
8875
8875
|
sdk_edition: 'web',
|
|
8876
|
-
sdk_version: '18.0.1
|
|
8876
|
+
sdk_version: '18.0.1',
|
|
8877
8877
|
timezone: getUTCOffsetString(),
|
|
8878
8878
|
search_engine: this.searchEngine,
|
|
8879
8879
|
};
|
|
@@ -9575,7 +9575,7 @@ class API {
|
|
|
9575
9575
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9576
9576
|
const doNotTrack = this.checkDoNotTrack();
|
|
9577
9577
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9578
|
-
trackerVersion: '18.0.1
|
|
9578
|
+
trackerVersion: '18.0.1',
|
|
9579
9579
|
projectKey: this.options.projectKey,
|
|
9580
9580
|
doNotTrack,
|
|
9581
9581
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|