Skip to content

Commit 1a8348f

Browse files
authored
add in requestBody as well to help debug (#55387)
1 parent 139af15 commit 1a8348f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/lib/hydro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function _publish(
7070
) {
7171
const error = new Error(`Failed to send event to Hydro (${statusCode})`)
7272
if (inProd) {
73-
report(error, { statusCode, body })
73+
report(error, { statusCode, body, requestBody })
7474
} else {
7575
throw error
7676
}

0 commit comments

Comments
 (0)