@devskin/browser-sdk 1.0.50 → 1.0.51

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.
@@ -14114,6 +14114,8 @@
14114
14114
  pageTitle: document.title,
14115
14115
  };
14116
14116
  this.transport.sendEvent(eventData);
14117
+ // Flush immediately so custom events are sent before potential page navigation
14118
+ this.transport.flush();
14117
14119
  if ((_d = this.config) === null || _d === void 0 ? void 0 : _d.debug) {
14118
14120
  console.log('[DevSkin] Event tracked:', eventData);
14119
14121
  }