@openreplay/tracker 18.0.2 → 18.0.3
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/index.js +3 -3
- package/dist/lib/entry.js +3 -3
- package/dist/lib/index.js +3 -3
- package/package.json +2 -2
package/dist/cjs/entry.js
CHANGED
|
@@ -4009,7 +4009,7 @@ class App {
|
|
|
4009
4009
|
this.stopCallbacks = [];
|
|
4010
4010
|
this.commitCallbacks = [];
|
|
4011
4011
|
this.activityState = ActivityState.NotActive;
|
|
4012
|
-
this.version = '18.0.
|
|
4012
|
+
this.version = '18.0.3'; // TODO: version compatability check inside each plugin.
|
|
4013
4013
|
this.socketMode = false;
|
|
4014
4014
|
this.compressionThreshold = 24 * 1000;
|
|
4015
4015
|
this.bc = null;
|
|
@@ -8976,7 +8976,7 @@ class ConstantProperties {
|
|
|
8976
8976
|
user_id: this.user_id,
|
|
8977
8977
|
distinct_id: this.deviceId,
|
|
8978
8978
|
sdk_edition: 'web',
|
|
8979
|
-
sdk_version: '18.0.
|
|
8979
|
+
sdk_version: '18.0.3',
|
|
8980
8980
|
timezone: getUTCOffsetString(),
|
|
8981
8981
|
search_engine: this.searchEngine,
|
|
8982
8982
|
};
|
|
@@ -9678,7 +9678,7 @@ class API {
|
|
|
9678
9678
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9679
9679
|
const doNotTrack = this.checkDoNotTrack();
|
|
9680
9680
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9681
|
-
trackerVersion: '18.0.
|
|
9681
|
+
trackerVersion: '18.0.3',
|
|
9682
9682
|
projectKey: this.options.projectKey,
|
|
9683
9683
|
doNotTrack,
|
|
9684
9684
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|
package/dist/cjs/index.js
CHANGED
|
@@ -4009,7 +4009,7 @@ class App {
|
|
|
4009
4009
|
this.stopCallbacks = [];
|
|
4010
4010
|
this.commitCallbacks = [];
|
|
4011
4011
|
this.activityState = ActivityState.NotActive;
|
|
4012
|
-
this.version = '18.0.
|
|
4012
|
+
this.version = '18.0.3'; // TODO: version compatability check inside each plugin.
|
|
4013
4013
|
this.socketMode = false;
|
|
4014
4014
|
this.compressionThreshold = 24 * 1000;
|
|
4015
4015
|
this.bc = null;
|
|
@@ -8976,7 +8976,7 @@ class ConstantProperties {
|
|
|
8976
8976
|
user_id: this.user_id,
|
|
8977
8977
|
distinct_id: this.deviceId,
|
|
8978
8978
|
sdk_edition: 'web',
|
|
8979
|
-
sdk_version: '18.0.
|
|
8979
|
+
sdk_version: '18.0.3',
|
|
8980
8980
|
timezone: getUTCOffsetString(),
|
|
8981
8981
|
search_engine: this.searchEngine,
|
|
8982
8982
|
};
|
|
@@ -9678,7 +9678,7 @@ class API {
|
|
|
9678
9678
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9679
9679
|
const doNotTrack = this.checkDoNotTrack();
|
|
9680
9680
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9681
|
-
trackerVersion: '18.0.
|
|
9681
|
+
trackerVersion: '18.0.3',
|
|
9682
9682
|
projectKey: this.options.projectKey,
|
|
9683
9683
|
doNotTrack,
|
|
9684
9684
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|
package/dist/lib/entry.js
CHANGED
|
@@ -4005,7 +4005,7 @@ class App {
|
|
|
4005
4005
|
this.stopCallbacks = [];
|
|
4006
4006
|
this.commitCallbacks = [];
|
|
4007
4007
|
this.activityState = ActivityState.NotActive;
|
|
4008
|
-
this.version = '18.0.
|
|
4008
|
+
this.version = '18.0.3'; // TODO: version compatability check inside each plugin.
|
|
4009
4009
|
this.socketMode = false;
|
|
4010
4010
|
this.compressionThreshold = 24 * 1000;
|
|
4011
4011
|
this.bc = null;
|
|
@@ -8972,7 +8972,7 @@ class ConstantProperties {
|
|
|
8972
8972
|
user_id: this.user_id,
|
|
8973
8973
|
distinct_id: this.deviceId,
|
|
8974
8974
|
sdk_edition: 'web',
|
|
8975
|
-
sdk_version: '18.0.
|
|
8975
|
+
sdk_version: '18.0.3',
|
|
8976
8976
|
timezone: getUTCOffsetString(),
|
|
8977
8977
|
search_engine: this.searchEngine,
|
|
8978
8978
|
};
|
|
@@ -9674,7 +9674,7 @@ class API {
|
|
|
9674
9674
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9675
9675
|
const doNotTrack = this.checkDoNotTrack();
|
|
9676
9676
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9677
|
-
trackerVersion: '18.0.
|
|
9677
|
+
trackerVersion: '18.0.3',
|
|
9678
9678
|
projectKey: this.options.projectKey,
|
|
9679
9679
|
doNotTrack,
|
|
9680
9680
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|
package/dist/lib/index.js
CHANGED
|
@@ -4005,7 +4005,7 @@ class App {
|
|
|
4005
4005
|
this.stopCallbacks = [];
|
|
4006
4006
|
this.commitCallbacks = [];
|
|
4007
4007
|
this.activityState = ActivityState.NotActive;
|
|
4008
|
-
this.version = '18.0.
|
|
4008
|
+
this.version = '18.0.3'; // TODO: version compatability check inside each plugin.
|
|
4009
4009
|
this.socketMode = false;
|
|
4010
4010
|
this.compressionThreshold = 24 * 1000;
|
|
4011
4011
|
this.bc = null;
|
|
@@ -8972,7 +8972,7 @@ class ConstantProperties {
|
|
|
8972
8972
|
user_id: this.user_id,
|
|
8973
8973
|
distinct_id: this.deviceId,
|
|
8974
8974
|
sdk_edition: 'web',
|
|
8975
|
-
sdk_version: '18.0.
|
|
8975
|
+
sdk_version: '18.0.3',
|
|
8976
8976
|
timezone: getUTCOffsetString(),
|
|
8977
8977
|
search_engine: this.searchEngine,
|
|
8978
8978
|
};
|
|
@@ -9674,7 +9674,7 @@ class API {
|
|
|
9674
9674
|
this.signalStartIssue = (reason, missingApi) => {
|
|
9675
9675
|
const doNotTrack = this.checkDoNotTrack();
|
|
9676
9676
|
console.log("Tracker couldn't start due to:", JSON.stringify({
|
|
9677
|
-
trackerVersion: '18.0.
|
|
9677
|
+
trackerVersion: '18.0.3',
|
|
9678
9678
|
projectKey: this.options.projectKey,
|
|
9679
9679
|
doNotTrack,
|
|
9680
9680
|
reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openreplay/tracker",
|
|
3
3
|
"description": "The OpenReplay tracker main package",
|
|
4
|
-
"version": "18.0.
|
|
4
|
+
"version": "18.0.3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logging",
|
|
7
7
|
"replay"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"typescript": "^5.9.3"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@openreplay/network-proxy": "^1.2.
|
|
77
|
+
"@openreplay/network-proxy": "^1.2.3",
|
|
78
78
|
"error-stack-parser": "^2.1.4",
|
|
79
79
|
"error-stack-parser-es": "^0.1.5",
|
|
80
80
|
"web-vitals": "^5.1.0"
|