Introduced the IntakeResponse class to better handle and log errors from APM server responses. Updated PayloadSenderV2 to use this class for extracting error messages and logging them in a more informative way. Added a deserialization method in PayloadItemSerializer for converting response streams.
Introduced the
IntakeResponse
class to better handle and log errors from APM server responses. UpdatedPayloadSenderV2
to use this class for extracting error messages and logging them in a more informative way. Added a deserialization method inPayloadItemSerializer
for converting response streams.