@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@replayio-app-building/netlify-recorder",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Capture and replay Netlify function executions as Replay recordings",
5
5
  "type": "module",
6
6
  "exports": {