@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/lib/entry.js CHANGED
@@ -5255,7 +5255,7 @@ class App {
5255
5255
  this.stopCallbacks = [];
5256
5256
  this.commitCallbacks = [];
5257
5257
  this.activityState = ActivityState.NotActive;
5258
- this.version = '16.4.0-beta.6'; // TODO: version compatability check inside each plugin.
5258
+ this.version = '16.4.1'; // TODO: version compatability check inside each plugin.
5259
5259
  this.socketMode = false;
5260
5260
  this.compressionThreshold = 24 * 1000;
5261
5261
  this.bc = null;
@@ -9628,7 +9628,7 @@ class API {
9628
9628
  this.signalStartIssue = (reason, missingApi) => {
9629
9629
  const doNotTrack = this.checkDoNotTrack();
9630
9630
  console.log("Tracker couldn't start due to:", JSON.stringify({
9631
- trackerVersion: '16.4.0-beta.6',
9631
+ trackerVersion: '16.4.1',
9632
9632
  projectKey: this.options.projectKey,
9633
9633
  doNotTrack,
9634
9634
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,