Browse Source

remove unnecessary lines

Syunsuke Komma 2 years ago
parent
commit
3851ab5ca6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      apps/app/next.config.js

+ 0 - 3
apps/app/next.config.js

@@ -70,9 +70,6 @@ module.exports = async(phase, { defaultConfig }) => {
   /** @type {import('next').NextConfig} */
   const nextConfig = {
 
-    // for OpenTelemetry
-    // https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry
-    experimental: { instrumentationHook: true },
     reactStrictMode: true,
     poweredByHeader: false,
     pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],