@openreplay/tracker 15.0.5-beta.1 → 15.0.5

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/index.js CHANGED
@@ -4703,7 +4703,7 @@ class App {
4703
4703
  this.stopCallbacks = [];
4704
4704
  this.commitCallbacks = [];
4705
4705
  this.activityState = ActivityState.NotActive;
4706
- this.version = '15.0.5-beta.1'; // TODO: version compatability check inside each plugin.
4706
+ this.version = '15.0.5'; // TODO: version compatability check inside each plugin.
4707
4707
  this.socketMode = false;
4708
4708
  this.compressionThreshold = 24 * 1000;
4709
4709
  this.bc = null;
@@ -9156,7 +9156,7 @@ class API {
9156
9156
  this.signalStartIssue = (reason, missingApi) => {
9157
9157
  const doNotTrack = this.checkDoNotTrack();
9158
9158
  console.log("Tracker couldn't start due to:", JSON.stringify({
9159
- trackerVersion: '15.0.5-beta.1',
9159
+ trackerVersion: '15.0.5',
9160
9160
  projectKey: this.options.projectKey,
9161
9161
  doNotTrack,
9162
9162
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,