Skip to content

Commit

Permalink
fix kinesis
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Jun 21, 2024
1 parent de0a0bc commit 79e8d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-aws-sdk/src/services/kinesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Kinesis extends BaseAwsSdkPlugin {

// extract DSM context after as we might not have a parent-child but may have a DSM context
this.responseExtractDSMContext(
request.operation, response, span || null, { streamName }
request.operation, request.params, response, span || null, { streamName }
)
}
})
Expand Down

0 comments on commit 79e8d63

Please sign in to comment.