@openreplay/tracker 16.0.1-beta.1 → 16.0.1

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
@@ -4765,7 +4765,7 @@ class App {
4765
4765
  this.stopCallbacks = [];
4766
4766
  this.commitCallbacks = [];
4767
4767
  this.activityState = ActivityState.NotActive;
4768
- this.version = '16.0.1-beta.1'; // TODO: version compatability check inside each plugin.
4768
+ this.version = '16.0.1'; // TODO: version compatability check inside each plugin.
4769
4769
  this.socketMode = false;
4770
4770
  this.compressionThreshold = 24 * 1000;
4771
4771
  this.bc = null;
@@ -9228,7 +9228,7 @@ class API {
9228
9228
  this.signalStartIssue = (reason, missingApi) => {
9229
9229
  const doNotTrack = this.checkDoNotTrack();
9230
9230
  console.log("Tracker couldn't start due to:", JSON.stringify({
9231
- trackerVersion: '16.0.1-beta.1',
9231
+ trackerVersion: '16.0.1',
9232
9232
  projectKey: this.options.projectKey,
9233
9233
  doNotTrack,
9234
9234
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,