ca-apm-probe
Advanced tools
Comparing version 1.10.12 to 1.10.13
#!/usr/bin/env node | ||
/** | ||
@@ -20,3 +20,3 @@ * Copyright (c) 2015 CA. All rights reserved. | ||
*/ | ||
// Reset argv to not include the runner (at argv[1]). | ||
@@ -42,5 +42,5 @@ process.argv = process.argv.slice(0, 1).concat(process.argv.slice(2)); | ||
require('module')._load( | ||
appScript, | ||
null, // parent | ||
true // isMain | ||
); | ||
appScript, | ||
null, // parent | ||
true // isMain | ||
); |
{ | ||
"name": "ca-apm-probe", | ||
"version": "1.10.12", | ||
"version": "1.10.13", | ||
"description": "CA APM Node.js Agent monitors real-time health and performance of Node.js applications", | ||
@@ -5,0 +5,0 @@ "keywords": "ca-apm-probe, apm, agent, instrumentation, monitoring, performance", |
@@ -95,2 +95,6 @@ ## APM Node.js Agent | ||
### Version History | ||
- 1.10.13 | ||
- Published on: 02/17/2016 | ||
- Bug fixes and minor enhancements: | ||
- Fix line ending issue with Agent runner | ||
- 1.10.12 | ||
@@ -97,0 +101,0 @@ - Published on: 02/16/2016 |
309664
112
4646