@openreplay/tracker
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -20,3 +20,3 @@ "use strict"; | ||
this.isActive = false; | ||
this.version = '3.4.1'; | ||
this.version = '3.4.2'; | ||
this.projectKey = projectKey; | ||
@@ -68,3 +68,2 @@ this.options = Object.assign({ | ||
}; | ||
// TODO:on start | ||
// TODO: keep better tactics, discard others (look https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon) | ||
@@ -71,0 +70,0 @@ this.attachEventListener(window, 'beforeunload', alertWorker, false); |
@@ -115,3 +115,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.1', | ||
trackerVersion: '3.4.2', | ||
projectKey: options.projectKey, | ||
@@ -118,0 +118,0 @@ doNotTrack, |
@@ -17,3 +17,3 @@ import { timestamp, log, warn } from '../utils'; | ||
this.isActive = false; | ||
this.version = '3.4.1'; | ||
this.version = '3.4.2'; | ||
this.projectKey = projectKey; | ||
@@ -65,3 +65,2 @@ this.options = Object.assign({ | ||
}; | ||
// TODO:on start | ||
// TODO: keep better tactics, discard others (look https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon) | ||
@@ -68,0 +67,0 @@ this.attachEventListener(window, 'beforeunload', alertWorker, false); |
@@ -111,3 +111,3 @@ import App, { DEFAULT_INGEST_POINT } from './app'; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.1', | ||
trackerVersion: '3.4.2', | ||
projectKey: options.projectKey, | ||
@@ -114,0 +114,0 @@ doNotTrack, |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"keywords": [ | ||
@@ -42,3 +42,2 @@ "logging", | ||
"@medv/finder": "^2.0.0", | ||
"@openreplay/tracker-vuex": "^3.0.0", | ||
"error-stack-parser": "^2.0.6" | ||
@@ -45,0 +44,0 @@ }, |
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
2
4
321817
8060
- Removed@openreplay/tracker-vuex@^3.0.0
- Removed@angular/core@18.2.11(transitive)
- Removed@ngrx/store@18.1.1(transitive)
- Removed@openreplay/tracker-vuex@3.0.0(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedzone.js@0.14.10(transitive)