@instana/core
Advanced tools
Comparing version 1.100.0 to 1.100.1
{ | ||
"name": "@instana/core", | ||
"version": "1.100.0", | ||
"version": "1.100.1", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -136,3 +136,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "1a54f812656ede085d91e47e2411957abe04ce06" | ||
"gitHead": "7e74ef6ffb06e32224c0f8c5cb2eb2e379aca247" | ||
} |
@@ -12,3 +12,15 @@ 'use strict'; | ||
var commands = ['delete', 'find', 'findAndModify', 'getMore', 'insert', 'update']; | ||
var commands = [ | ||
// | ||
'count', | ||
'delete', | ||
'distinct', | ||
'find', | ||
'findAndModify', | ||
'findandmodify', | ||
'getMore', | ||
'getmore', | ||
'insert', | ||
'update' | ||
]; | ||
@@ -45,3 +57,3 @@ exports.init = function() { | ||
// pool.js#write throws a sync error if there is no callback, so we can safely assume there is one. If there no | ||
// pool.js#write throws a sync error if there is no callback, so we can safely assume there is one. If there was no | ||
// callback, we wouldn't be able to finish the span, so we won't start one. | ||
@@ -48,0 +60,0 @@ var originalCallback; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
338378
9163