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