@openreplay/tracker 18.1.0-beta.0 → 18.1.0
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/index.js
CHANGED
|
@@ -4307,7 +4307,7 @@ class App {
|
|
|
4307
4307
|
this.stopCallbacks = [];
|
|
4308
4308
|
this.commitCallbacks = [];
|
|
4309
4309
|
this.activityState = ActivityState.NotActive;
|
|
4310
|
-
this.version = '18.1.0
|
|
4310
|
+
this.version = '18.1.0'; // TODO: version compatability check inside each plugin.
|
|
4311
4311
|
this.socketMode = false;
|
|
4312
4312
|
this.compressionThreshold = 24 * 1000;
|
|
4313
4313
|
this.bc = null;
|
|
@@ -9720,7 +9720,7 @@ class ConstantProperties {
|
|
|
9720
9720
|
user_id: this.user_id,
|
|
9721
9721
|
distinct_id: this.deviceId,
|
|
9722
9722
|
sdk_edition: 'web',
|
|
9723
|
-
sdk_version: '18.1.0
|
|
9723
|
+
sdk_version: '18.1.0',
|
|
9724
9724
|
timezone: getUTCOffsetString(),
|
|
9725
9725
|
search_engine: this.searchEngine,
|
|
9726
9726
|
};
|
|
@@ -10461,7 +10461,7 @@ class API {
|
|
|
10461
10461
|
this.signalStartIssue = (reason, missingApi) => {
|
|
10462
10462
|
const doNotTrack = this.checkDoNotTrack();
|
|
10463
10463
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
10464
|
-
trackerVersion: '18.1.0
|
|
10464
|
+
trackerVersion: '18.1.0',
|
|
10465
10465
|
projectKey: this.options.projectKey,
|
|
10466
10466
|
doNotTrack,
|
|
10467
10467
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|