Skip to content

Commit

Permalink
Merge pull request newrelic#84 from TysonAndre/dynamodb-batch
Browse files Browse the repository at this point in the history
Instrument batchGet/batchWrite/transactGet/transactWrite
  • Loading branch information
nijotz authored Jan 4, 2021
2 parents 135a232 + 1ef39b0 commit 5fa9c28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/dynamodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const DOC_CLIENT_OPERATIONS = [
'put',
'update',
'delete',
'batchGet',
'batchWrite',
'transactGet',
'transactWrite',
'query',
'scan'
]
Expand Down
2 changes: 1 addition & 1 deletion tests/versioned/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"versions": ">=2.380.0",
"samples": 10
},
"amazon-dax-client": ">=1.0.2"
"amazon-dax-client": ">=1.2.5"
},
"files": [
"amazon-dax-client.tap.js"
Expand Down

0 comments on commit 5fa9c28

Please sign in to comment.