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

  1. Read package.json to confirm framework (Vite + React vs Next.js)
  2. Read src/main.tsx to understand the React entry point and React version
  3. Read server/index.ts and server/vercel.ts to understand Express setup
  4. Read vite.config.ts to understand existing plugins and build config
  5. Read .env.example to see existing env var patterns
  6. Check if Sentry is already installed (grep "@sentry" package.json)
  7. Read _docs/type/TYPE_SAFETY.md for type conventions
Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
sentry-setup — joshuashepherd/my-skills