@replayio-app-building/netlify-recorder 0.32.0 → 0.33.0
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1142,6 +1142,7 @@ async function ensureRequestRecording(sql, requestId, options) {
|
|
|
1142
1142
|
method: "POST",
|
|
1143
1143
|
headers: { "Content-Type": "application/json" },
|
|
1144
1144
|
body: JSON.stringify({
|
|
1145
|
+
requestId,
|
|
1145
1146
|
blobDataUrl: request.blob_data_url,
|
|
1146
1147
|
handlerPath: request.handler_path,
|
|
1147
1148
|
commitSha: request.commit_sha,
|