-
Notifications
You must be signed in to change notification settings - Fork 232
chore!: drop experimental Next.js instrumentation #4757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This removes Next.js instrumentation, which was only ever in tech preview and only supported up to Next.js 13.3.0, which is now obsolete. The built-in OpenTelemetry instrumentation in Next.js is a better option users.
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Aside: Most of our dependabot "security" issues are from the out-dated examples/nextjs and Next.js instr tests. While this is breaking, it only ever supported Next.js versions up to 13.3.0, which stopped getting support in 2022. Also, our instrumentation support here was only ever a tech preview, so I believe we can drop it in a minor. |
not: apm-agent-nodejs/.github/dependabot.yml Line 37 in f09ef2a
|
Thanks. I need to remove that. |
This removes Next.js instrumentation, which was only ever in tech preview
and only supported up to Next.js 13.3.0, which is now obsolete. The
built-in OpenTelemetry instrumentation in Next.js is a better option
users.