Notes Added ability to mark errors as expected when using newrelic.noticeError , by adding an optional boolean: newrelic.noticeError(error…
Notes This version of the agent was not available, and has been deprecated. The NPM release pipeline did not run successfully. New Relic…
Notes Added instrumentation for Prisma( @prisma/client ). Miniumum supported version of @prisma/client is 4.0.0. Captures spans for…
Notes Fix: Replaced request.aborted with response.close in HTTP instrumentation. Fixed issue where setting NEW_RELIC_GRPC_IGNORE_STATUS…
Notes Fixed error with Lambda/ALB serverless instrumentation when no response headers were included Support statement: New Relic recommends…
Notes Exposed a method on API to obfuscate sql: newrelic.obfuscateSql . Add support for Multi Value Parameters from API Gateway and ALB…
Notes Added support for URL obfuscation using regex (Thanks for your contribution @matewilk) For Distributed Tracing, this means that…
Notes Changed GCP metadata parsing to use json-bigint to avoid loss of precision from numerical instance ID. Instrumented winston.loggers…
Notes Updated getBrowserTimingHeader to allow the browser agent to be generated even when not in a transaction by adding…
Notes Added a check to the code level metrics utility to ensure filePath was set before adding the code.* attributes. Updated to latest…