diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 94a149ed7..523499686 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -202,7 +202,7 @@ export default withSentryConfig(nextConfig, { // Automatically annotate React components to show their full name in breadcrumbs and session replay reactComponentAnnotation: { - enabled: true, + enabled: false, }, // Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.