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