@newrelic/next
Advanced tools
Changelog
v0.10.0 (2024-06-28)
Changelog
v0.8.0 (2024-03-12)
follow-redirects
, @babel/traverse
to fix bugs and CVEsChangelog
v0.7.0 (2023-08-29)
Updated the module path to properly instrument Next.js with require-in-the-middle
.
Updated minimum version of peer dependency newrelic
to >=11.0.0
to ensure the new path to Next.js server instrumentation will work.
Updated the contributing docs.
Updated versioned test helper to handle next@13.4.15 changes.
Changelog
v0.6.0 (2023-08-09)
semver
, word-wrap
, protobuf
, fast-xml-parser
, and @aws-sdk/client-lambda
to resolve CVEs.Changelog
v0.5.2 (2023-06-26)
Fixed Next.js getServerSideProps
instrumentation to register via renderToResponseWithComponents
instead of renderHTML
Updated README links to point to new forum link due to repolinter ruleset change
Changelog
v0.5.1 (2023-05-22)
Changelog
v0.5.0 (2023-04-19)
BREAKING - Route (URL) parameters are now stored as request.parameters.route.*
attributes on Transactions
Updated README header image to latest OSS office required images
Bumped json5 from 2.2.1 to 2.2.3.
Added lockfile checks to CI workflow to prevent malicious changes
Changelog
v0.4.0 (2022-12-15)
Added ability to capture code level metrics attributes for middleware, getServerSideProps
functions, and API handlers.
Updated versioned tests to include v13 of Next.js.
Changelog
v0.3.1 (2022-10-17)
Updated newrelic peer dependency to be >= 8.14.0. This makes the hasToRemoveScriptWrapper property available for api.getBrowserTimingHeader.
Thanks for your contribution @siuvdlec!
Updated injecting browser agent snippet in both README and docs.
Updated example application to include the browser agent snippet and README to using example project.
Removed browser agent injection test from versioned tests