@openreplay/tracker 18.0.17-beta.0 → 18.0.17
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
|
@@ -4272,7 +4272,7 @@ class App {
|
|
|
4272
4272
|
this.stopCallbacks = [];
|
|
4273
4273
|
this.commitCallbacks = [];
|
|
4274
4274
|
this.activityState = ActivityState.NotActive;
|
|
4275
|
-
this.version = '18.0.17
|
|
4275
|
+
this.version = '18.0.17'; // TODO: version compatability check inside each plugin.
|
|
4276
4276
|
this.socketMode = false;
|
|
4277
4277
|
this.compressionThreshold = 24 * 1000;
|
|
4278
4278
|
this.bc = null;
|
|
@@ -9607,7 +9607,7 @@ class ConstantProperties {
|
|
|
9607
9607
|
user_id: this.user_id,
|
|
9608
9608
|
distinct_id: this.deviceId,
|
|
9609
9609
|
sdk_edition: 'web',
|
|
9610
|
-
sdk_version: '18.0.17
|
|
9610
|
+
sdk_version: '18.0.17',
|
|
9611
9611
|
timezone: getUTCOffsetString(),
|
|
9612
9612
|
search_engine: this.searchEngine,
|
|
9613
9613
|
};
|
|
@@ -10309,7 +10309,7 @@ class API {
|
|
|
10309
10309
|
this.signalStartIssue = (reason, missingApi) => {
|
|
10310
10310
|
const doNotTrack = this.checkDoNotTrack();
|
|
10311
10311
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
10312
|
-
trackerVersion: '18.0.17
|
|
10312
|
+
trackerVersion: '18.0.17',
|
|
10313
10313
|
projectKey: this.options.projectKey,
|
|
10314
10314
|
doNotTrack,
|
|
10315
10315
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|