@armco/analytics 0.1.0 → 0.1.1
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 +1 -2
- package/package.json +1 -1
package/dist/analytics.js
CHANGED
|
@@ -377,11 +377,10 @@ function showTrackingPopup() {
|
|
|
377
377
|
});
|
|
378
378
|
}
|
|
379
379
|
function init() {
|
|
380
|
-
var _a;
|
|
381
380
|
try {
|
|
382
381
|
environment = getEnvironmentType();
|
|
383
382
|
console.log("[ANALYTICS] Loading Configuration");
|
|
384
|
-
console.log("[ANALYTICS] Environment: ",
|
|
383
|
+
console.log("[ANALYTICS] Environment: ", import.meta.env.MODE);
|
|
385
384
|
loadConfiguration()
|
|
386
385
|
.then((config) => __awaiter(this, void 0, void 0, function* () {
|
|
387
386
|
CONFIG = config;
|