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