@openreplay/tracker
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -34,3 +34,3 @@ "use strict"; | ||
this.activityState = ActivityState.NotActive; | ||
this.version = '3.5.1'; // TODO: version compatability check inside each plugin. | ||
this.version = '3.5.2'; // TODO: version compatability check inside each plugin. | ||
this.preStartMessages = []; | ||
@@ -37,0 +37,0 @@ this.projectKey = projectKey; |
@@ -132,3 +132,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.5.1', | ||
trackerVersion: '3.5.2', | ||
projectKey: options.projectKey, | ||
@@ -135,0 +135,0 @@ doNotTrack, |
@@ -31,3 +31,3 @@ import { timestamp } from "../utils.js"; | ||
this.activityState = ActivityState.NotActive; | ||
this.version = '3.5.1'; // TODO: version compatability check inside each plugin. | ||
this.version = '3.5.2'; // TODO: version compatability check inside each plugin. | ||
this.preStartMessages = []; | ||
@@ -34,0 +34,0 @@ this.projectKey = projectKey; |
@@ -128,3 +128,3 @@ import App, { DEFAULT_INGEST_POINT } from "./app/index.js"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.5.1', | ||
trackerVersion: '3.5.2', | ||
projectKey: options.projectKey, | ||
@@ -131,0 +131,0 @@ doNotTrack, |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"keywords": [ | ||
@@ -44,4 +44,4 @@ "logging", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=12" | ||
} | ||
} |
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