You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// loop through each message in the batch and insert distributed trace headers
68
-
foreach(varmessageinrequest.Entries)
65
+
if(requestType=="SendMessageBatchRequest")
69
66
{
70
-
if(message.MessageAttributes==null)
67
+
// loop through each message in the batch and insert distributed trace headers
68
+
foreach(varmessageinrequest.Entries)
71
69
{
72
-
agent.Logger.Debug("AwsSdkPipelineWrapper: requestContext.OriginalRequest.Entries.MessageAttributes is null, unable to insert distributed trace headers.");
agent.Logger.Debug("AwsSdkPipelineWrapper: requestContext.OriginalRequest.Entries.MessageAttributes is null, unable to insert distributed trace headers.");
0 commit comments