diff --git a/scripts/NextJs/configs/next.config.js b/scripts/NextJs/configs/next.config.js index 2aed3749..06ef151f 100644 --- a/scripts/NextJs/configs/next.config.js +++ b/scripts/NextJs/configs/next.config.js @@ -16,11 +16,6 @@ const moduleExports = { // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map // for more information. hideSourceMaps: true, - - // This option will automatically provide performance monitoring for Next.js - // data-fetching methods and API routes, making the manual wrapping of API - // routes via `withSentry` redundant. - autoInstrumentServerFunctions: true, }, };