diff --git a/examples/with-opentelemetry/next.config.js b/examples/with-opentelemetry/next.config.js index a160e4acac000..f053ebf7976e3 100644 --- a/examples/with-opentelemetry/next.config.js +++ b/examples/with-opentelemetry/next.config.js @@ -1,5 +1 @@ -module.exports = { - experimental: { - instrumentationHook: true, - }, -}; +module.exports = {};