Skip to content

Commit 003b44f

Browse files
committed
docs: disable react component annotations
1 parent 47a1b68 commit 003b44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default withSentryConfig(nextConfig, {
202202

203203
// Automatically annotate React components to show their full name in breadcrumbs and session replay
204204
reactComponentAnnotation: {
205-
enabled: true,
205+
enabled: false,
206206
},
207207

208208
// Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.

0 commit comments

Comments
 (0)