Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 19:18
· 172 commits to main since this release
708a7d1
  • 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.