diff --git a/next.config.js b/next.config.js index 0e2959996..e5e421f05 100644 --- a/next.config.js +++ b/next.config.js @@ -209,6 +209,4 @@ const sentryOptions = { }, }; -export default withSentryConfig(nextConfig, { - ...sentryOptions, -}); +export default withSentryConfig(nextConfig, sentryOptions);