@armco/analytics 0.0.12 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics.js +2 -0
- package/package.json +1 -1
package/dist/analytics.js
CHANGED
|
@@ -377,9 +377,11 @@ function showTrackingPopup() {
|
|
|
377
377
|
});
|
|
378
378
|
}
|
|
379
379
|
function init() {
|
|
380
|
+
var _a;
|
|
380
381
|
try {
|
|
381
382
|
environment = getEnvironmentType();
|
|
382
383
|
console.log("[ANALYTICS] Loading Configuration");
|
|
384
|
+
console.log("[ANALYTICS] Environment: ", (_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV);
|
|
383
385
|
loadConfiguration()
|
|
384
386
|
.then((config) => __awaiter(this, void 0, void 0, function* () {
|
|
385
387
|
CONFIG = config;
|