@openreplay/tracker
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -45,3 +45,3 @@ "use strict"; | ||
this.activityState = ActivityState.NotActive; | ||
this.version = '11.0.1'; // TODO: version compatability check inside each plugin. | ||
this.version = '11.0.2'; // TODO: version compatability check inside each plugin. | ||
this.compressionThreshold = 24 * 1000; | ||
@@ -48,0 +48,0 @@ this.restartAttempts = 0; |
@@ -165,3 +165,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '11.0.1', | ||
trackerVersion: '11.0.2', | ||
projectKey: options.projectKey, | ||
@@ -168,0 +168,0 @@ doNotTrack, |
@@ -120,5 +120,7 @@ "use strict"; | ||
const init = argsList[1]; | ||
// @ts-ignore | ||
if (!input || !(input === null || input === void 0 ? void 0 : input.url)) | ||
if (!input || | ||
// @ts-ignore | ||
(typeof input !== 'string' && !(input === null || input === void 0 ? void 0 : input.url))) { | ||
return target.apply(window, argsList); | ||
} | ||
const isORUrl = input instanceof URL || typeof input === 'string' | ||
@@ -125,0 +127,0 @@ ? this.isServiceUrl(String(input)) |
@@ -42,3 +42,3 @@ import { Timestamp, Metadata, UserID, TabChange, TabData } from './messages.gen.js'; | ||
this.activityState = ActivityState.NotActive; | ||
this.version = '11.0.1'; // TODO: version compatability check inside each plugin. | ||
this.version = '11.0.2'; // TODO: version compatability check inside each plugin. | ||
this.compressionThreshold = 24 * 1000; | ||
@@ -45,0 +45,0 @@ this.restartAttempts = 0; |
@@ -160,3 +160,3 @@ import App, { DEFAULT_INGEST_POINT } from './app/index.js'; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '11.0.1', | ||
trackerVersion: '11.0.2', | ||
projectKey: options.projectKey, | ||
@@ -163,0 +163,0 @@ doNotTrack, |
@@ -116,5 +116,7 @@ /** | ||
const init = argsList[1]; | ||
// @ts-ignore | ||
if (!input || !(input === null || input === void 0 ? void 0 : input.url)) | ||
if (!input || | ||
// @ts-ignore | ||
(typeof input !== 'string' && !(input === null || input === void 0 ? void 0 : input.url))) { | ||
return target.apply(window, argsList); | ||
} | ||
const isORUrl = input instanceof URL || typeof input === 'string' | ||
@@ -121,0 +123,0 @@ ? this.isServiceUrl(String(input)) |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"keywords": [ | ||
@@ -29,3 +29,3 @@ "logging", | ||
"postversion": "bun run build", | ||
"prepublishOnly": "bun run build" | ||
"prepublishOnly": "bun run test && bun run build" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3685918
289
20503