Skip to content

Commit

Permalink
support aerospike 6
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasShabi committed Dec 24, 2024
1 parent 98ceacf commit c21733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-instrumentations/src/aerospike.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function wrapProcess (process) {
addHook({
name: 'aerospike',
file: 'lib/commands/command.js',
versions: ['4', '5']
versions: ['4', '5', '6']
},
commandFactory => {
return shimmer.wrapFunction(commandFactory, f => wrapCreateCommand(f))
Expand Down

0 comments on commit c21733a

Please sign in to comment.