@duckduckgo/autoconsent 14.91.0 → 14.92.0

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.
@@ -711,7 +711,8 @@
711
711
  errors: true,
712
712
  messages: false,
713
713
  waits: false
714
- }
714
+ },
715
+ performanceLoggingEnabled: false
715
716
  };
716
717
  const updatedConfig = copyObject(defaultConfig);
717
718
  for (const key of Object.keys(defaultConfig)) {
@@ -744,6 +745,9 @@
744
745
  waits: true
745
746
  };
746
747
  }
748
+ if (storedConfig.performanceLoggingEnabled === void 0) {
749
+ storedConfig.performanceLoggingEnabled = true;
750
+ }
747
751
  return normalizeConfig(storedConfig);
748
752
  }
749
753
  async function showOptOutStatus(tabId, status, cmp = "") {