Skip to content

Commit

Permalink
fix: Updated aws-sdk-v3 middleware to run our middleware last to prop…
Browse files Browse the repository at this point in the history
…erly get the external http span to add aws.* attributes
  • Loading branch information
bizob2828 committed Jul 19, 2024
1 parent c6a822b commit 06c6ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/instrumentation/aws-sdk/v3/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports.middlewareConfig = [
config: {
name: 'NewRelicDeserialize',
step: 'deserialize',
priority: 'low',
override: true
}
}
Expand Down

0 comments on commit 06c6ae7

Please sign in to comment.