Skip to content

Commit 06c6ae7

Browse files
committed
fix: Updated aws-sdk-v3 middleware to run our middleware last to properly get the external http span to add aws.* attributes
1 parent c6a822b commit 06c6ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/instrumentation/aws-sdk/v3/common.js

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module.exports.middlewareConfig = [
9595
config: {
9696
name: 'NewRelicDeserialize',
9797
step: 'deserialize',
98+
priority: 'low',
9899
override: true
99100
}
100101
}

0 commit comments

Comments
 (0)