@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/cjs/entry.js
CHANGED
|
@@ -3962,7 +3962,7 @@ class App {
|
|
|
3962
3962
|
this.stopCallbacks = [];
|
|
3963
3963
|
this.commitCallbacks = [];
|
|
3964
3964
|
this.activityState = ActivityState.NotActive;
|
|
3965
|
-
this.version = '18.0.1
|
|
3965
|
+
this.version = '18.0.1'; // TODO: version compatability check inside each plugin.
|
|
3966
3966
|
this.socketMode = false;
|
|
3967
3967
|
this.compressionThreshold = 24 * 1000;
|
|
3968
3968
|
this.bc = null;
|
|
@@ -8877,7 +8877,7 @@ class ConstantProperties {
|
|
|
8877
8877
|
user_id: this.user_id,
|
|
8878
8878
|
distinct_id: this.deviceId,
|
|
8879
8879
|
sdk_edition: 'web',
|
|
8880
|
-
sdk_version: '18.0.1
|
|
8880
|
+
sdk_version: '18.0.1',
|
|
8881
8881
|
timezone: getUTCOffsetString(),
|
|
8882
8882
|
search_engine: this.searchEngine,
|
|
8883
8883
|
};
|
|
@@ -9579,7 +9579,7 @@ class API {
|
|
|
9579
9579
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9580
9580
|
const doNotTrack = this.checkDoNotTrack();
|
|
9581
9581
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9582
|
-
trackerVersion: '18.0.1
|
|
9582
|
+
trackerVersion: '18.0.1',
|
|
9583
9583
|
projectKey: this.options.projectKey,
|
|
9584
9584
|
doNotTrack,
|
|
9585
9585
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|