Notes Fixed an issue with Error tracing Previously the agent could sometimes cause issues with user serialization of error Âobjects after…
Notes Fixed a bug in native ES6 Promise instrumentation. Previously the Promise instrumentation would cause instanceof Promise to return…
Features Filesystem interactions are now recorded in metrics The time spent in filesystem functions during a transaction will now be…
Bug fixes Fixed a bug in environment variable based configuration. Previously the agent would parse the NEW_RELIC_APDEX environment…
Notes Fixed an inverted if in config loading. Previously, the config loader would log a warning on success, rather than failure…
Notes Wrapped all our calls to JSON.parse in try/catch. Previously, only calls that were considered unsafe due to external data input were…
Notes Names assigned to errors via Error.name now appear in the UI. Previously, the name of an error in the UI appeared as Error…
Notes Reduce agent CPU overhead by omitting setImmediate from traces. The change to setImmediate makes that function behave the same way…
Notes Fixed a bug where external requests report times longer than the transactions that initiated them. External request segments are now…
Notes Fixed a bug that interfered with listing the routes in Express apps. Fixed a bug that caused custom transaction names to appear as…