@oxvo/browser 7.4.36 → 7.4.37

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 CHANGED
@@ -4893,7 +4893,7 @@ class App {
4893
4893
  this.stopCallbacks = [];
4894
4894
  this.commitCallbacks = [];
4895
4895
  this.activityState = ActivityState.NotActive;
4896
- this.version = '7.4.36'; // TODO: version compatability check inside each plugin.
4896
+ this.version = '7.4.37'; // TODO: version compatability check inside each plugin.
4897
4897
  this.socketMode = false;
4898
4898
  this.compressionThreshold = 24 * 1000;
4899
4899
  this.bc = null;
@@ -10710,7 +10710,7 @@ class ConstantProperties {
10710
10710
  user_id: this.user_id,
10711
10711
  distinct_id: this.deviceId,
10712
10712
  sdk_edition: 'web',
10713
- sdk_version: '7.4.36',
10713
+ sdk_version: '7.4.37',
10714
10714
  timezone: getUTCOffsetString(),
10715
10715
  search_engine: this.searchEngine,
10716
10716
  };
@@ -11575,7 +11575,7 @@ class API {
11575
11575
  this.signalStartIssue = (reason, missingApi) => {
11576
11576
  const doNotTrack = this.checkDoNotTrack();
11577
11577
  console.log("Tracker couldn't start due to:", JSON.stringify({
11578
- trackerVersion: '7.4.36',
11578
+ trackerVersion: '7.4.37',
11579
11579
  siteKey: this.options.siteKey,
11580
11580
  doNotTrack,
11581
11581
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
package/dist/cjs/index.js CHANGED
@@ -4893,7 +4893,7 @@ class App {
4893
4893
  this.stopCallbacks = [];
4894
4894
  this.commitCallbacks = [];
4895
4895
  this.activityState = ActivityState.NotActive;
4896
- this.version = '7.4.36'; // TODO: version compatability check inside each plugin.
4896
+ this.version = '7.4.37'; // TODO: version compatability check inside each plugin.
4897
4897
  this.socketMode = false;
4898
4898
  this.compressionThreshold = 24 * 1000;
4899
4899
  this.bc = null;
@@ -10710,7 +10710,7 @@ class ConstantProperties {
10710
10710
  user_id: this.user_id,
10711
10711
  distinct_id: this.deviceId,
10712
10712
  sdk_edition: 'web',
10713
- sdk_version: '7.4.36',
10713
+ sdk_version: '7.4.37',
10714
10714
  timezone: getUTCOffsetString(),
10715
10715
  search_engine: this.searchEngine,
10716
10716
  };
@@ -11575,7 +11575,7 @@ class API {
11575
11575
  this.signalStartIssue = (reason, missingApi) => {
11576
11576
  const doNotTrack = this.checkDoNotTrack();
11577
11577
  console.log("Tracker couldn't start due to:", JSON.stringify({
11578
- trackerVersion: '7.4.36',
11578
+ trackerVersion: '7.4.37',
11579
11579
  siteKey: this.options.siteKey,
11580
11580
  doNotTrack,
11581
11581
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
package/dist/lib/entry.js CHANGED
@@ -4889,7 +4889,7 @@ class App {
4889
4889
  this.stopCallbacks = [];
4890
4890
  this.commitCallbacks = [];
4891
4891
  this.activityState = ActivityState.NotActive;
4892
- this.version = '7.4.36'; // TODO: version compatability check inside each plugin.
4892
+ this.version = '7.4.37'; // TODO: version compatability check inside each plugin.
4893
4893
  this.socketMode = false;
4894
4894
  this.compressionThreshold = 24 * 1000;
4895
4895
  this.bc = null;
@@ -10706,7 +10706,7 @@ class ConstantProperties {
10706
10706
  user_id: this.user_id,
10707
10707
  distinct_id: this.deviceId,
10708
10708
  sdk_edition: 'web',
10709
- sdk_version: '7.4.36',
10709
+ sdk_version: '7.4.37',
10710
10710
  timezone: getUTCOffsetString(),
10711
10711
  search_engine: this.searchEngine,
10712
10712
  };
@@ -11571,7 +11571,7 @@ class API {
11571
11571
  this.signalStartIssue = (reason, missingApi) => {
11572
11572
  const doNotTrack = this.checkDoNotTrack();
11573
11573
  console.log("Tracker couldn't start due to:", JSON.stringify({
11574
- trackerVersion: '7.4.36',
11574
+ trackerVersion: '7.4.37',
11575
11575
  siteKey: this.options.siteKey,
11576
11576
  doNotTrack,
11577
11577
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
package/dist/lib/index.js CHANGED
@@ -4889,7 +4889,7 @@ class App {
4889
4889
  this.stopCallbacks = [];
4890
4890
  this.commitCallbacks = [];
4891
4891
  this.activityState = ActivityState.NotActive;
4892
- this.version = '7.4.36'; // TODO: version compatability check inside each plugin.
4892
+ this.version = '7.4.37'; // TODO: version compatability check inside each plugin.
4893
4893
  this.socketMode = false;
4894
4894
  this.compressionThreshold = 24 * 1000;
4895
4895
  this.bc = null;
@@ -10706,7 +10706,7 @@ class ConstantProperties {
10706
10706
  user_id: this.user_id,
10707
10707
  distinct_id: this.deviceId,
10708
10708
  sdk_edition: 'web',
10709
- sdk_version: '7.4.36',
10709
+ sdk_version: '7.4.37',
10710
10710
  timezone: getUTCOffsetString(),
10711
10711
  search_engine: this.searchEngine,
10712
10712
  };
@@ -11571,7 +11571,7 @@ class API {
11571
11571
  this.signalStartIssue = (reason, missingApi) => {
11572
11572
  const doNotTrack = this.checkDoNotTrack();
11573
11573
  console.log("Tracker couldn't start due to:", JSON.stringify({
11574
- trackerVersion: '7.4.36',
11574
+ trackerVersion: '7.4.37',
11575
11575
  siteKey: this.options.siteKey,
11576
11576
  doNotTrack,
11577
11577
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oxvo/browser",
3
3
  "description": "OxvoSessions Browser SDK for session replay and frontend observability.",
4
- "version": "7.4.36",
4
+ "version": "7.4.37",
5
5
  "keywords": [
6
6
  "browser-sdk",
7
7
  "session-replay",