sentry-hello-worldClaude Skill

Execute capture your first error with Sentry and verify it appears in the dashboard.

1.4k Stars
173 Forks
2025/10/10

Install & Download

Linux / macOS:

请登录后查看安装命令

Windows (PowerShell):

请登录后查看安装命令

Download and extract to ~/.claude/skills/

namesentry-hello-world
descriptionExecute capture your first error with Sentry and verify it appears in the dashboard. Use when testing Sentry integration or verifying error capture works. Trigger with phrases like "test sentry", "sentry hello world", "verify sentry", "first sentry error".
allowed-toolsRead, Write, Edit, Bash(node:*), Bash(python:*), Grep
version1.0.0
licenseMIT
authorJeremy Longshore <jeremy@intentsolutions.io>

Sentry Hello World

Prerequisites

  • Sentry SDK installed and initialized
  • Valid DSN configured
  • Network access to Sentry servers

Instructions

  1. Open https://sentry.io
  2. Navigate to your project
  3. Check Issues tab for the test error
  4. Verify event details are correct

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Test error visible in Sentry dashboard
  • Event contains stack trace and metadata
  • User context and tags attached to event

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

Similar Claude Skills & Agent Workflows