From 9af304db35588363aae39685818d780774b17392 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 26 Apr 2024 22:24:39 +0100 Subject: [PATCH] test Sentry tunnel routing --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,