Similar to #557 and #562, it would be nice if error events had the associated request payload (if payload was passed into the includes object during configuration). We're doing some debugging and for a specific request ID, only the error event shows up without a corresponding response event. So while we see the error, we can't see the payload that potentially caused it.
I'd be willing to put up a PR if this sounds good to you.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Similar to #557 and #562, it would be nice if error events had the associated request payload (if
payload
was passed into theincludes
object during configuration). We're doing some debugging and for a specific request ID, only the error event shows up without a correspondingresponse
event. So while we see the error, we can't see the payload that potentially caused it.I'd be willing to put up a PR if this sounds good to you.