- Native-metrics module is defaulted to disabled in serverless mode
- New env var, NEW_RELIC_NATIVE_METRICS_ENABLED, was added to enable/disable the
native-metrics module
* Added a test for querying poolCluster.of()
* Removed unused bootstrap test code.
* Increased timeout for test to reduce flickers on Node 12.
* Changed file modification to leverage for test. This
triggers the watcher in a reasonable amount of time much more consistently.
* Added module to agent for auto-include on install.
* Allow splitting of application name using semicolons in the env var
* Don't test Bluebird 3.7 on Node v10 until they fix [the segfault
issue](https://github.com/petkaantonov/bluebird/issues/1618)
* Instrument for mysql2
* Add HTTP method to segment attributes for external requests
- Updates the such that it uses verbose output, will exit on first
error code, and will refuse to proceed with LibreSSL (which can't generate certs)
- Adds a [H[2J sub-command to that will allow developers to quickly
remove generated ssl/cert files and regenerate (useful is switch between platforms
via containers/docker and certs needs to be regenerated)