@instana/core
Advanced tools
Comparing version 1.125.1 to 1.126.0
{ | ||
"name": "@instana/core", | ||
"version": "1.125.1", | ||
"version": "1.126.0", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -136,3 +136,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "1f16807c1b62c5002f9952ed7b78ec9994704fe5" | ||
"gitHead": "ba48f1a9cd07fda7ff2b5bb21630e176219936e2" | ||
} |
@@ -43,2 +43,3 @@ /* | ||
'./instrumentation/database/ioredis', | ||
'./instrumentation/database/memcached', | ||
'./instrumentation/database/mongodb', | ||
@@ -45,0 +46,0 @@ './instrumentation/database/mongoose', |
@@ -49,3 +49,4 @@ /* | ||
/\/redis\/index.js/, | ||
/\/superagent\/lib\/node\/index.js/ | ||
/\/superagent\/lib\/node\/index.js/, | ||
/\/memcached\/index.js/ | ||
]; | ||
@@ -52,0 +53,0 @@ |
507507
99
14421