@adobe/alloy 2.30.1-beta.8 → 2.30.1-beta.9
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/libEs5/components/PushNotifications/request/makeSendServiceWorkerTrackingData.js +1 -1
- package/libEs5/constants/libraryVersion.js +1 -1
- package/libEs6/components/PushNotifications/request/makeSendServiceWorkerTrackingData.js +1 -1
- package/libEs6/constants/libraryVersion.js +1 -1
- package/package.json +1 -1
|
@@ -81,7 +81,7 @@ var _default = async ({
|
|
|
81
81
|
throw new Error("Cannot send tracking call. " + field.errorField + " is missing.");
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
const url = "https://" + edgeDomain + "/" + edgeBasePath + "/v1/interact?configId=" + datastreamId;
|
|
84
|
+
const url = "https://" + edgeDomain + "/" + edgeBasePath + "/v1/interact?configId=" + datastreamId + "&requestId=" + (0, _uuid.default)();
|
|
85
85
|
|
|
86
86
|
/** @type {TrackingDataPayload} */
|
|
87
87
|
const payload = {
|
|
@@ -14,4 +14,4 @@ governing permissions and limitations under the License.
|
|
|
14
14
|
*/
|
|
15
15
|
// The __VERSION__ keyword will be replace at alloy build time with the package.json version.
|
|
16
16
|
// see babel-plugin-version
|
|
17
|
-
var _default = exports.default = "2.30.1-beta.
|
|
17
|
+
var _default = exports.default = "2.30.1-beta.9";
|
|
@@ -82,7 +82,7 @@ export default async ({
|
|
|
82
82
|
throw new Error(`Cannot send tracking call. ${field.errorField} is missing.`);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
const url = `https://${edgeDomain}/${edgeBasePath}/v1/interact?configId=${datastreamId}`;
|
|
85
|
+
const url = `https://${edgeDomain}/${edgeBasePath}/v1/interact?configId=${datastreamId}&requestId=${uuidv4()}`;
|
|
86
86
|
|
|
87
87
|
/** @type {TrackingDataPayload} */
|
|
88
88
|
const payload = {
|