Skip to content

Commit

Permalink
experimental.instrumentationHook is not necessary anymore
Browse files Browse the repository at this point in the history
instrumentation.js is stable since Next.js 15 https://nextjs.org/blog/next-15#instrumentationjs-stable
  • Loading branch information
chicoxyzzy authored Oct 24, 2024
1 parent ddc8807 commit eb74677
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/with-opentelemetry/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
module.exports = {
experimental: {
instrumentationHook: true,
},
};
module.exports = {};

0 comments on commit eb74677

Please sign in to comment.