@openreplay/tracker 16.4.2-beta.5 → 16.4.2

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/lib/index.js CHANGED
@@ -5271,7 +5271,7 @@ class App {
5271
5271
  this.stopCallbacks = [];
5272
5272
  this.commitCallbacks = [];
5273
5273
  this.activityState = ActivityState.NotActive;
5274
- this.version = '16.4.2-beta.5'; // TODO: version compatability check inside each plugin.
5274
+ this.version = '16.4.2'; // TODO: version compatability check inside each plugin.
5275
5275
  this.socketMode = false;
5276
5276
  this.compressionThreshold = 24 * 1000;
5277
5277
  this.bc = null;
@@ -9651,7 +9651,7 @@ class API {
9651
9651
  this.signalStartIssue = (reason, missingApi) => {
9652
9652
  const doNotTrack = this.checkDoNotTrack();
9653
9653
  console.log("Tracker couldn't start due to:", JSON.stringify({
9654
- trackerVersion: '16.4.2-beta.5',
9654
+ trackerVersion: '16.4.2',
9655
9655
  projectKey: this.options.projectKey,
9656
9656
  doNotTrack,
9657
9657
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,