observability
Sentry
Project basics
- Create a new project by connecting it to your Github Repo and selecting the framework of use, like nextjs
- Register your sentry project with the sentry wizard like so:
npx @sentry/wizard@latest -i nextjs --saas --org aadil-mallick --project sat-question-tutor
- Start your development server and visit
/sentry-example-pageif you have set it up. Click the button to trigger a test error.
Or just thell your AI to do it for you:
Use curl to download, read and follow https://skills.sentry.dev/instrument to set up the Sentry Next.js SDK.