@esri/telemetry
Advanced tools
Comparing version
@@ -1200,3 +1200,3 @@ define((function () { 'use strict'; | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1203,0 +1203,0 @@ this.logger.warn('Telemetry Disabled'); |
@@ -1200,3 +1200,3 @@ define((function () { 'use strict'; | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1203,0 +1203,0 @@ this.logger.warn('Telemetry Disabled'); |
@@ -1200,3 +1200,3 @@ define((function () { 'use strict'; | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1203,0 +1203,0 @@ this.logger.warn('Telemetry Disabled'); |
@@ -1200,3 +1200,3 @@ define((function () { 'use strict'; | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1203,0 +1203,0 @@ this.logger.warn('Telemetry Disabled'); |
@@ -1204,3 +1204,3 @@ (function (global, factory) { | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1207,0 +1207,0 @@ this.logger.warn('Telemetry Disabled'); |
@@ -1204,3 +1204,3 @@ (function (global, factory) { | ||
this.disabled = shouldDisableTracking(options); | ||
this.logger = options.logger || this.logger; | ||
this.logger = options.logger || console; | ||
if (this.disabled) { | ||
@@ -1207,0 +1207,0 @@ this.logger.warn('Telemetry Disabled'); |
{ | ||
"name": "@esri/telemetry", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification", | ||
@@ -48,3 +48,3 @@ "main": "dist/telemetry", | ||
}, | ||
"gitHead": "2b2b5093c576c6586b0801ef22c8dcd9bfc337db" | ||
"gitHead": "f0cd5e29a6a9a5b14d77fb93821732053e3bb6a6" | ||
} |
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
661172
-0.01%