mario-core 2.9.37-beta → 2.9.38-admin

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.
@@ -302,10 +302,12 @@ var apiUpload = axios.create({
302
302
  if (!key.includes('learning-plan')) delete localStorage[key];
303
303
  });
304
304
  var userEmail = localStorage.getItem("USER_EMAIL");
305
+ var hostName = window.location.hostname;
305
306
 
306
307
  if (userEmail) {
307
308
  amplitude.getInstance().logEvent("general: session end", {
308
- user_id: userEmail
309
+ user_id: userEmail,
310
+ domain: hostName
309
311
  });
310
312
  amplitude.getInstance().resetSessionId();
311
313
  }