diff --git a/next.config.js b/next.config.js index 850eeeb..92c8d39 100644 --- a/next.config.js +++ b/next.config.js @@ -43,11 +43,6 @@ module.exports = withSentryConfig( // Transpiles SDK to be compatible with IE11 (increases bundle size) transpileClientSDK: true, - // Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers. - // 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", // Hides source maps from generated client bundles hideSourceMaps: true,