@syntrologie/runtime-sdk 2.9.0 → 2.10.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.
@@ -3435,7 +3435,7 @@ function getAntiFlickerSnippet(config = {}) {
3435
3435
  }
3436
3436
 
3437
3437
  // src/version.ts
3438
- var SDK_VERSION = "2.9.0";
3438
+ var SDK_VERSION = "2.10.0";
3439
3439
 
3440
3440
  // src/types.ts
3441
3441
  var SDK_SCHEMA_VERSION = "2.0";
@@ -9311,9 +9311,9 @@ function createEventBus(options = {}) {
9311
9311
 
9312
9312
  // src/events/normalizers/posthog.ts
9313
9313
  var POSTHOG_EVENT_MAP = {
9314
- // Autocapture events
9315
- $autocapture: "ui.click",
9316
- // Default autocapture is usually clicks
9314
+ // NOTE: $autocapture is intentionally NOT in this map.
9315
+ // It's handled below in getEventName() with $event_type refinement
9316
+ // so that change/submit events aren't all mapped to ui.click.
9317
9317
  $click: StandardEvents.UI_CLICK,
9318
9318
  $scroll: StandardEvents.UI_SCROLL,
9319
9319
  $input: StandardEvents.UI_INPUT,
@@ -11452,4 +11452,4 @@ export {
11452
11452
  encodeToken,
11453
11453
  Syntro
11454
11454
  };
11455
- //# sourceMappingURL=chunk-56IOA4JZ.js.map
11455
+ //# sourceMappingURL=chunk-OIDBMIRB.js.map