Skip to content

Commit

Permalink
Removed instrumentationHook now that it's on by default in Next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Nov 22, 2024
1 parent 0d59ba6 commit b90d83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const nextConfig = {
},
experimental: {
typedRoutes: true,
instrumentationHook: true,
// instrumentationHook: true,
},
webpack: (config, { isServer, dir: optionsDir }) => {
const wasmExtensionRegExp = /\.wasm$/;
Expand Down

0 comments on commit b90d83a

Please sign in to comment.