Error tracking setup, source maps, performance tracing, Releases, breadcrumbs, filtering, alerts, SDK config (JS/Python).
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill sentry --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sentry?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-sentry)More formats (shields.io, HTML) on the badges page.
---
name: sentry
description: Error tracking setup, source maps, performance tracing, Releases, breadcrumbs, filtering, alerts, SDK config (JS/Python).
---
## sentry
Error monitoring and performance tracking with Sentry.
### SDK setup
- Sentry.init with DSN and environment
- JavaScript: @sentry/react, @sentry/node
- Python: sentry-sdk with integrations
- Release and environment tagging
### Error tracking
- Automatic error capture
- Manual capture with Sentry.captureException
- Breadcrumbs for user actions
- beforeSend for filtering and enrichment
### Source maps
- Upload source maps to Sentry
- sentry-cli releases files
- Webpack/Vite plugin for auto-upload
- Error grouping with fingerprint
### Performance
- Tracing: transactions and spans
- Automatic browser/DB instrumentation
- Custom spans for critical paths
- Performance thresholds and alerts
### Alerts and workflows
- Issue alert rules and conditions
- Webhook and Slack/email notifications
- Metric alerts for regression detection
- Dashboard for team visibility
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.