sentry-setup
Installation
SKILL.md
Set up Sentry error monitoring: $ARGUMENTS
$ARGUMENTS should include:
- A target: "client", "server", "full" (default: full — both client and server)
- Optionally: --dry-run to preview changes without writing
- Empty — run full setup and prompt for Sentry DSN / org / project
Before Starting
- Read
package.jsonto confirm framework (Vite + React vs Next.js) - Read
src/main.tsxto understand the React entry point and React version - Read
server/index.tsandserver/vercel.tsto understand Express setup - Read
vite.config.tsto understand existing plugins and build config - Read
.env.exampleto see existing env var patterns - Check if Sentry is already installed (
grep "@sentry" package.json) - Read
_docs/type/TYPE_SAFETY.mdfor type conventions