@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.
@@ -9506,7 +9506,7 @@ class Cn {
9506
9506
  const r = t?.apiKey ?? process.env.STABLY_API_KEY, n = t?.projectId ?? process.env.STABLY_PROJECT_ID;
9507
9507
  if (!r) throw new Error("STABLY_API_KEY is required. Provide it via options or environment variable.");
9508
9508
  if (!n) throw new Error("STABLY_PROJECT_ID is required. Provide it via options or environment variable.");
9509
- if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
9509
+ if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_INTERNAL_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
9510
9510
  const i = jr(t.sensitiveValues);
9511
9511
  this.sensitiveValues = [...i].sort((o, c) => c.length - o.length);
9512
9512
  }
@@ -9667,4 +9667,4 @@ function Ta(e) {
9667
9667
  a(Ta, "stablyReporter");
9668
9668
 
9669
9669
  export { Cn as C, Ta as T };
9670
- //# sourceMappingURL=index-CaLzJZMB.mjs.map
9670
+ //# sourceMappingURL=index-qlzCaqyv.mjs.map