Error and performance monitoring — catch what users hit in production.
Sentry captures errors, performance issues, and user feedback from your live site. Drop it into an exported InBuild project and you'll know when something breaks before users tell you. Especially valuable once you're handling form submissions, integrations, or auth.
What you get
FAQ
How do I add Sentry to an exported InBuild site?
`npx @sentry/wizard@latest -i nextjs` — Sentry's wizard auto-configures `sentry.client.config.ts`, `sentry.server.config.ts`, source-map upload, and adds the DSN to your env. Total setup is under five minutes.
Will Sentry slow down my site?
The client-side SDK is around 30KB gzipped (lazy-loaded by default). Performance impact is negligible for what you get — first-class visibility into production errors.
Sentry vs PostHog?
Different problems. Sentry catches errors and performance regressions. PostHog measures user behavior. Most production sites run both.