mario-core 2.9.121-beta → 2.9.121-iep

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/index.js CHANGED
@@ -2894,6 +2894,9 @@ var useLogin = function useLogin() {
2894
2894
  includeUtm: false
2895
2895
  });
2896
2896
  var hostName = window.location.hostname;
2897
+ amplitude.getInstance().setUserProperties({
2898
+ 'domain': hostName
2899
+ });
2897
2900
  amplitude.getInstance().logEvent("general: session start", {
2898
2901
  user_id: data.email,
2899
2902
  domain: hostName,