Skip to content

Commit

Permalink
docs: disable react component annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Mar 5, 2025
1 parent 47a1b68 commit 003b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 003b44f

Please sign in to comment.