From 0c5102e04442a5112d21d5cea5d398035dee28bd Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Fri, 19 Jul 2024 17:14:46 -0400 Subject: [PATCH] fix: Updated aws-sdk v3 instrumentation to custom middleware last to properly get the external http span to add aws.* attributes --- lib/instrumentation/aws-sdk/v3/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/instrumentation/aws-sdk/v3/common.js b/lib/instrumentation/aws-sdk/v3/common.js index 164a4d4fb5..71e59d2553 100644 --- a/lib/instrumentation/aws-sdk/v3/common.js +++ b/lib/instrumentation/aws-sdk/v3/common.js @@ -95,6 +95,7 @@ module.exports.middlewareConfig = [ config: { name: 'NewRelicDeserialize', step: 'deserialize', + priority: 'low', override: true } }