diff --git a/next.config.mjs b/next.config.mjs index 95438b4ba..a054ce83b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -567,6 +567,7 @@ resolvedConfig = withSentryConfig( disableClientWebpackPlugin: true, autoInstrumentServerFunctions: false, autoInstrumentMiddleware: false, + autoInstrumentAppDirectory: false, } );