From 3e59c12ffb2918c095556901c6b7136e21b6efd4 Mon Sep 17 00:00:00 2001 From: Claudio W Date: Thu, 9 Nov 2023 13:54:50 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Brian Muenzenmeyer Signed-off-by: Claudio W --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 2c7efd5c2fc03..e7c34838b052c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -76,6 +76,7 @@ export default withSentryConfig( withIntlConfig, { silent: true, org: 'nodejs-org', project: 'nodejs-org' }, { + // upload Next.js or third-party code in addition to our code widenClientFileUpload: true, // transpile the Sentry code too since we target older browsers in our .browserslistrc transpileClientSDK: true,