@openreplay/tracker
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -20,3 +20,3 @@ "use strict"; | ||
this.isActive = false; | ||
this.version = '3.4.2'; | ||
this.version = '3.4.3'; | ||
this.projectKey = projectKey; | ||
@@ -119,3 +119,3 @@ this.options = Object.assign({ | ||
catch (e) { | ||
this._debug("safe_fn_call", e); | ||
app._debug("safe_fn_call", e); | ||
// time: timestamp(), | ||
@@ -122,0 +122,0 @@ // name: e.name, |
@@ -115,3 +115,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.2', | ||
trackerVersion: '3.4.3', | ||
projectKey: options.projectKey, | ||
@@ -118,0 +118,0 @@ doNotTrack, |
@@ -5,3 +5,2 @@ export interface Options { | ||
beaconSize?: number; | ||
__debug_log?: boolean; | ||
} | ||
@@ -8,0 +7,0 @@ declare type Settings = { |
@@ -17,3 +17,3 @@ import { timestamp, log, warn } from '../utils'; | ||
this.isActive = false; | ||
this.version = '3.4.2'; | ||
this.version = '3.4.3'; | ||
this.projectKey = projectKey; | ||
@@ -116,3 +116,3 @@ this.options = Object.assign({ | ||
catch (e) { | ||
this._debug("safe_fn_call", e); | ||
app._debug("safe_fn_call", e); | ||
// time: timestamp(), | ||
@@ -119,0 +119,0 @@ // name: e.name, |
@@ -111,3 +111,3 @@ import App, { DEFAULT_INGEST_POINT } from './app'; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.2', | ||
trackerVersion: '3.4.3', | ||
projectKey: options.projectKey, | ||
@@ -114,0 +114,0 @@ doNotTrack, |
@@ -5,3 +5,2 @@ export interface Options { | ||
beaconSize?: number; | ||
__debug_log?: boolean; | ||
} | ||
@@ -8,0 +7,0 @@ declare type Settings = { |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "logging", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
321761
8058
3