@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/index.js CHANGED
@@ -4276,7 +4276,7 @@ class App {
4276
4276
  this.stopCallbacks = [];
4277
4277
  this.commitCallbacks = [];
4278
4278
  this.activityState = ActivityState.NotActive;
4279
- this.version = '18.0.17-beta.0'; // TODO: version compatability check inside each plugin.
4279
+ this.version = '18.0.17'; // TODO: version compatability check inside each plugin.
4280
4280
  this.socketMode = false;
4281
4281
  this.compressionThreshold = 24 * 1000;
4282
4282
  this.bc = null;
@@ -9611,7 +9611,7 @@ class ConstantProperties {
9611
9611
  user_id: this.user_id,
9612
9612
  distinct_id: this.deviceId,
9613
9613
  sdk_edition: 'web',
9614
- sdk_version: '18.0.17-beta.0',
9614
+ sdk_version: '18.0.17',
9615
9615
  timezone: getUTCOffsetString(),
9616
9616
  search_engine: this.searchEngine,
9617
9617
  };
@@ -10313,7 +10313,7 @@ class API {
10313
10313
  this.signalStartIssue = (reason, missingApi) => {
10314
10314
  const doNotTrack = this.checkDoNotTrack();
10315
10315
  console.log("Tracker couldn't start due to:", JSON.stringify({
10316
- trackerVersion: '18.0.17-beta.0',
10316
+ trackerVersion: '18.0.17',
10317
10317
  projectKey: this.options.projectKey,
10318
10318
  doNotTrack,
10319
10319
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,