elastic-apm-node
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -0,1 +1,4 @@ | ||
# 1.8.2 - 2018/7/4 | ||
* fix: ensure correct streaming when using mimic-response (#429) | ||
# 1.8.1 - 2018/6/27 | ||
@@ -2,0 +5,0 @@ * fix: improve ability to run in an environment with muliple APM vendors (#417) (via https://github.com/elastic/require-in-the-middle/issues/11) |
@@ -15,3 +15,3 @@ 'use strict' | ||
var MODULES = ['http', 'https', 'http2', 'generic-pool', 'mongodb-core', 'pg', 'mysql', 'mysql2', 'express', 'express-queue', 'hapi', 'redis', 'ioredis', 'bluebird', 'knex', 'koa-router', 'ws', 'graphql', 'express-graphql', 'elasticsearch', 'handlebars'] | ||
var MODULES = ['http', 'https', 'http2', 'generic-pool', 'mongodb-core', 'pg', 'mysql', 'mysql2', 'express', 'express-queue', 'hapi', 'redis', 'ioredis', 'bluebird', 'knex', 'koa-router', 'ws', 'graphql', 'express-graphql', 'elasticsearch', 'handlebars', 'mimic-response'] | ||
@@ -18,0 +18,0 @@ module.exports = Instrumentation |
@@ -25,2 +25,3 @@ 'use strict' | ||
exports.unwrap = unwrap | ||
exports.isWrapped = isWrapped | ||
@@ -110,1 +111,5 @@ // Do not load agent until used to avoid circular dependency issues. | ||
} | ||
function isWrapped (wrapped) { | ||
return wrapped && wrapped[isWrappedSym] | ||
} |
{ | ||
"name": "elastic-apm-node", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "The official Elastic APM agent for Node.js", | ||
@@ -102,2 +102,3 @@ "main": "index.js", | ||
"get-port": "^3.2.0", | ||
"got": "^8.3.1", | ||
"graphql": "^0.13.2", | ||
@@ -111,3 +112,3 @@ "handlebars": "^4.0.11", | ||
"json-schema-ref-parser": "^5.0.3", | ||
"knex": "^0.14.2", | ||
"knex": "^0.15.0", | ||
"koa": "^2.2.0", | ||
@@ -152,5 +153,5 @@ "koa-router": "^7.1.1", | ||
"coordinates": [ | ||
55.777645, | ||
12.590192 | ||
55.6773705, | ||
12.5526636 | ||
] | ||
} |
@@ -23,3 +23,3 @@ # Elastic APM Node.js Agent | ||
make sure you have the prerequisites in place first. | ||
This agent is compatible with [APM Server v6.2](https://github.com/elastic/apm-server). | ||
This agent is compatible with [APM Server](https://github.com/elastic/apm-server) v6.2 and above. | ||
For details see [Getting Started with Elastic APM](https://www.elastic.co/guide/en/apm/get-started) | ||
@@ -26,0 +26,0 @@ |
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
161632
47
3979
44