@openreplay/tracker 16.4.0-beta.6 → 16.4.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
@@ -5259,7 +5259,7 @@ class App {
5259
5259
  this.stopCallbacks = [];
5260
5260
  this.commitCallbacks = [];
5261
5261
  this.activityState = ActivityState.NotActive;
5262
- this.version = '16.4.0-beta.6'; // TODO: version compatability check inside each plugin.
5262
+ this.version = '16.4.1'; // TODO: version compatability check inside each plugin.
5263
5263
  this.socketMode = false;
5264
5264
  this.compressionThreshold = 24 * 1000;
5265
5265
  this.bc = null;
@@ -9632,7 +9632,7 @@ class API {
9632
9632
  this.signalStartIssue = (reason, missingApi) => {
9633
9633
  const doNotTrack = this.checkDoNotTrack();
9634
9634
  console.log("Tracker couldn't start due to:", JSON.stringify({
9635
- trackerVersion: '16.4.0-beta.6',
9635
+ trackerVersion: '16.4.1',
9636
9636
  projectKey: this.options.projectKey,
9637
9637
  doNotTrack,
9638
9638
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,