Skip to content

Commit

Permalink
clients/sentry: remove sentry component annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 7, 2024
1 parent b9ad769 commit 230a97f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions clients/apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,8 @@ const createConfig = async () => {
// 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,
enabled: false,
},

// Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.
Expand Down
1 change: 0 additions & 1 deletion clients/apps/web/src/components/Landing/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const Hero = () => {
return (
<div className="flex w-full flex-col items-center justify-center gap-12 text-center">
<Canvas
className="sentry-block"
camera={{
zoom: 0.8,
}}
Expand Down

0 comments on commit 230a97f

Please sign in to comment.