yarn newrelic 7.1.2
v7.1.2

latest releases: 11.17.0, 11.16.0, 11.15.0...
3 years ago
  • Fixed bug where the agent failed to reconnect to Infinite Tracing gRPC streams on Status OK at higher log levels.

    • Node streams require all data be consumed for the end/status events to fire. We were only reading data at lower log levels where we'd use/log the data. This resulted in a failure to reconnect and 'ERR_STREAM_WRITE_AFTER_END' errors. The agent now always listens to the 'data' event, even if not logging, and will also reconnect (with 15 second delay) on any 'ERR_STREAM_WRITE_AFTER_END' error.
  • Removed initial harvest send() call on streaming span event aggregator to prevent warning in logs.

  • Bumped @newrelic/aws-sdk to ^3.1.0.

Don't miss a new newrelic release

NewReleases is sending notifications on new releases.