Sentry Hello World
Prerequisites
-
Sentry SDK installed and initialized
-
Valid DSN configured
-
Network access to Sentry servers
Instructions
-
Open https://sentry.io
-
Navigate to your project
-
Check Issues tab for the test error
-
Verify event details are correct
See ${CLAUDE_SKILL_DIR}/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 ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
Sentry Error Capture
-
Sentry Context
Overview
Execute capture your first error with Sentry and verify it appears in the dashboard.