diff --git a/next.config.mjs b/next.config.mjs index 0cd03e5..497b139 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -27,7 +27,7 @@ transpileClientSDK: true, // This can increase your server load as well as your hosting bill. // Note: Check that the configured route will not match with your Next.js middleware, otherwise reporting of client- // side errors will fail. -// tunnelRoute: "/monitoring", +tunnelRoute: "/monitoring", // Hides source maps from generated client bundles hideSourceMaps: true,