@openreplay/tracker
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -20,3 +20,3 @@ "use strict"; | ||
this.isActive = false; | ||
this.version = '3.2.2'; | ||
this.version = '3.2.3'; | ||
this.projectKey = projectKey; | ||
@@ -23,0 +23,0 @@ this.options = Object.assign({ |
@@ -111,3 +111,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.2.2', | ||
trackerVersion: '3.2.3', | ||
projectKey: options.projectKey, | ||
@@ -114,0 +114,0 @@ doNotTrack, |
@@ -5,4 +5,4 @@ import App from '../app'; | ||
export interface Options { | ||
capturePerforamcnce: boolean; | ||
capturePerformance: boolean; | ||
} | ||
export default function (app: App, opts: Partial<Options>): void; |
@@ -13,5 +13,5 @@ "use strict"; | ||
const options = Object.assign({ | ||
capturePerforamcnce: true, | ||
capturePerformance: true, | ||
}, opts); | ||
if (!options.capturePerforamcnce) { | ||
if (!options.capturePerformance) { | ||
return; | ||
@@ -18,0 +18,0 @@ } |
@@ -17,3 +17,3 @@ import { timestamp, log } from '../utils'; | ||
this.isActive = false; | ||
this.version = '3.2.2'; | ||
this.version = '3.2.3'; | ||
this.projectKey = projectKey; | ||
@@ -20,0 +20,0 @@ this.options = Object.assign({ |
@@ -107,3 +107,3 @@ import App, { DEFAULT_INGEST_POINT } from './app'; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.2.2', | ||
trackerVersion: '3.2.3', | ||
projectKey: options.projectKey, | ||
@@ -110,0 +110,0 @@ doNotTrack, |
@@ -5,4 +5,4 @@ import App from '../app'; | ||
export interface Options { | ||
capturePerforamcnce: boolean; | ||
capturePerformance: boolean; | ||
} | ||
export default function (app: App, opts: Partial<Options>): void; |
@@ -10,5 +10,5 @@ import { IN_BROWSER } from '../utils'; | ||
const options = Object.assign({ | ||
capturePerforamcnce: true, | ||
capturePerformance: true, | ||
}, opts); | ||
if (!options.capturePerforamcnce) { | ||
if (!options.capturePerformance) { | ||
return; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "logging", |
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
308541