diff --git a/next.config.js b/next.config.js index 57d921da7..1446cc5e4 100644 --- a/next.config.js +++ b/next.config.js @@ -97,11 +97,6 @@ const sentryConfig = { // Upload a larger set of source maps for prettier stack traces (increases build time) widenClientFileUpload: true, - // // Automatically annotate React components to show their full name in breadcrumbs and session replay - reactComponentAnnotation: { - enabled: 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-