@armco/analytics 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/analytics.js +1 -0
  2. package/package.json +1 -1
package/analytics.js CHANGED
@@ -422,6 +422,7 @@ function init(config) {
422
422
  const projectName = config && config.hostProjectName;
423
423
  if (projectName) {
424
424
  hostProjectName = projectName;
425
+ loadAnalytics(config);
425
426
  }
426
427
  else {
427
428
  getHostProjectName()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armco/analytics",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Browser Based Analytics interceptor for configured events",
5
5
  "main": "index.js",
6
6
  "type": "module",