@stablyai/playwright-test 2.1.4-rc.0 → 2.1.4

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.
@@ -9527,7 +9527,7 @@ class Cn {
9527
9527
  const r = t?.apiKey ?? process.env.STABLY_API_KEY, n = t?.projectId ?? process.env.STABLY_PROJECT_ID;
9528
9528
  if (!r) throw new Error("STABLY_API_KEY is required. Provide it via options or environment variable.");
9529
9529
  if (!n) throw new Error("STABLY_PROJECT_ID is required. Provide it via options or environment variable.");
9530
- if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
9530
+ if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_INTERNAL_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
9531
9531
  const i = jr(t.sensitiveValues);
9532
9532
  this.sensitiveValues = [...i].sort((o, c) => c.length - o.length);
9533
9533
  }
@@ -9689,4 +9689,4 @@ a(Ta, "stablyReporter");
9689
9689
 
9690
9690
  exports.Cn = Cn;
9691
9691
  exports.Ta = Ta;
9692
- //# sourceMappingURL=index-Ddtdh1py.cjs.map
9692
+ //# sourceMappingURL=index-BiH_l27L.cjs.map