From 0d60a136158e67740a38e546a391cd7e170565c6 Mon Sep 17 00:00:00 2001 From: Robert Helmer Date: Mon, 13 May 2024 22:14:11 -0700 Subject: [PATCH] complete comment thought --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index e380bc4aa..0e2959996 100644 --- a/next.config.js +++ b/next.config.js @@ -179,7 +179,7 @@ const nextConfig = { // Without this setting, Next.js has Webpack trying and failing to load // uglify-js when compiling MJML email templates to HTML in `renderEmail.ts`: serverComponentsExternalPackages: ["mjml"], - // Sentry + // Sentry 8.x requires `instrumentation.ts` vs. it's previous custom approach. instrumentationHook: true, }, };