Marketplace
sentry-hello-world
Execute 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_tools: Read, Write, Edit, Bash(node:*), Bash(python:*), Grep
$ 설치
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/claude-code-plugins-plus-skills && cp -r /tmp/claude-code-plugins-plus-skills/plugins/saas-packs/sentry-pack/skills/sentry-hello-world ~/.claude/skills/claude-code-plugins-plus-skills// tip: Run this command in your terminal to install the skill
SKILL.md
name: sentry-hello-world description: | Execute 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-tools: Read, Write, Edit, Bash(node:), Bash(python:), Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
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 {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
Repository

jeremylongshore
Author
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/sentry-pack/skills/sentry-hello-world
878
Stars
101
Forks
Updated5d ago
Added6d ago