@rebilly/instruments 12.60.2 → 12.62.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.
package/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- ## [12.60.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.60.1...instruments/core-v12.60.2) (2025-05-20)
1
+ ## [12.62.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.61.0...instruments/core-v12.62.0) (2025-05-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * **instruments:** Allow lead source tracking to be disabled ([#12154](https://github.com/Rebilly/rebilly/issues/12154)) ([6514648](https://github.com/Rebilly/rebilly/commit/651464849838aa58e7204cd7fb41b7f4df878ec5))
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export interface DevProperties {
21
21
  framePayStyleLink?: string;
22
22
  }
23
23
  export interface Features {
24
+ enableLeadSourceTracking?: boolean;
24
25
  enableTelemetry?: boolean;
25
26
  hideConfirmation?: boolean;
26
27
  hideResult?: boolean;
package/dist/index.js CHANGED
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
6300
6300
  }
6301
6301
  function o2() {
6302
6302
  const i = {
6303
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@a262900`
6303
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b786df4`
6304
6304
  };
6305
6305
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6306
6306
  }
@@ -17908,6 +17908,7 @@ function validateOptions(data) {
17908
17908
  ...sanitizedData.theme || {}
17909
17909
  },
17910
17910
  features: {
17911
+ enableLeadSourceTracking: true,
17911
17912
  enableTelemetry: true,
17912
17913
  hideConfirmation: false,
17913
17914
  hideResult: false,