mario-core 2.9.371-release → 2.9.372-release

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.
@@ -38967,7 +38967,9 @@ var useLogin = function useLogin() {
38967
38967
  if (data !== null && data !== void 0 && data.email && !roles.includes("Admin")) {
38968
38968
  var _data$roles;
38969
38969
 
38970
- init(!isLocalhost ? INIT_AMPLITUDE_KEY_PROD : INIT_AMPLITUDE_KEY_STAGE, data.email);
38970
+ init(!isLocalhost ? INIT_AMPLITUDE_KEY_PROD : INIT_AMPLITUDE_KEY_STAGE, data.email, {
38971
+ defaultTracking: false
38972
+ });
38971
38973
  var hostName = window.location.hostname;
38972
38974
  var identify$1 = new Identify();
38973
38975
  identify$1.set("domain", hostName);