Matt Colegate

Results 26 comments of Matt Colegate

So am I right in thinking you want to instrument only part of your Node application, excluding `honeycomb-beeline` from being monitored? From the README: ``` You must call require('appmetrics'); before...

Although #623 restores the old behavior, now that Travis supports Windows builds this will cause all Windows builds to fail, as they can't run the `get_code_cov.sh` script. Therefore I'm cancelling...

@chumberi is your `require('appmetrics')` statement before your `require('mysql')` statement? If it's not, move your `require('appmetrics')` statement to the top of the file - Appmetrics instruments modules at the point when...

Re-opening as I don't think we addressed any of the issues in the parent

From David Jones: "On the 'standard stuff that would be of interest to 90% of people', at least from my perspective: basic statistics about the usage of various facilities of...

@upkarlidder This line jumps out at me: `/home/upkarfedora/.nvm/versions/node/v13.14.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp: line 5: /usr/local/lib/node_modules/node-gyp/bin/node-gyp.jsn: No such file or directory` The file that it's running at the time, `node-gyp`, has it's latest form here:...

This issue https://github.com/nodejs/node-gyp/issues/2199 suggests not having the variable set at all `npm config delete node-gyp` `unset npm_config_node_gyp`

Have spent half a day experimenting with this and got nowhere. Will reach out to the Kitura-net team for assistance when next I pick this up.

There is no V8 API for turning debug on and off dynamically. Users are expected to end their Node process and restart it with the `--debug` or `--inspect` flags stated...

@abmusse Change has been merged - can you please test and see if this issue can be closed?