-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: Cloud Integrations
-
None
Currently a Cloud Integration user event that gets generated from a HTTP exchange error includes the HTTP response status code, but not the original request URI/body or response body. It would make troubleshooting easier if that event did at least include the request URI/body.
For example, and event might look like this:
{
"userId": 123,
"created": "2025-07-30 04:53:32.36485Z",
"eventId": "ffffffff-eeee-dddd-b653-d5c437915548",
"tags": [
"c2c",
"error",
"i9n",
"http"
],
"message": "Invalid HTTP status returned: 500 INTERNAL_SERVER_ERROR",
"data": {
"configId": 1
}
}
For reference, non-error HTTP events do include the URI/body already, so this ticket is to copy those same properties to the error events.