This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
v0.2.0
-
BREAKING: Fixed instrumentation to only support middleware in
>=12.2.0
of Next.js- Next.js has made middleware stable.
- All attempts in
@newrelic/next
to track middleware before 12.2.0 have been removed.
-
Added an additional path to register
next-server
when running a Next.js app with a standalone server. -
Updated dev-dependencies to clear security audit warnings.