@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.
- package/dist/devskin.cjs.js +2 -0
- package/dist/devskin.cjs.js.map +1 -1
- package/dist/devskin.esm.js +2 -0
- package/dist/devskin.esm.js.map +1 -1
- package/dist/devskin.umd.js +2 -0
- package/dist/devskin.umd.js.map +1 -1
- package/dist/devskin.umd.min.js +1 -1
- package/dist/devskin.umd.min.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/devskin.cjs.js
CHANGED
|
@@ -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
|
}
|