sentry-python-setup
✓Setup Sentry in Python apps. Use when asked to add Sentry to Python, install sentry-sdk, or configure error monitoring for Python applications, Django, Flask, FastAPI.
Installation
SKILL.md
| dsn | Sentry DSN | Required | | senddefaultpii | Include user data | False | | tracessamplerate | % of transactions traced | 0 | | profilesessionsamplerate | % of sessions profiled | 0 | | enablelogs | Send logs to Sentry | False | | environment | Environment name | Auto-detected | | release | Release version | Auto-detected |
| Errors not appearing | Ensure init() is called early, check DSN | | No traces | Set tracessamplerate > 0 | | IPython errors not captured | Run from file, not interactive shell | | Async errors missing | Initialize inside async function |
Setup Sentry in Python apps. Use when asked to add Sentry to Python, install sentry-sdk, or configure error monitoring for Python applications, Django, Flask, FastAPI. Source: getsentry/sentry-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-python-setup- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sentry-python-setup?
Setup Sentry in Python apps. Use when asked to add Sentry to Python, install sentry-sdk, or configure error monitoring for Python applications, Django, Flask, FastAPI. Source: getsentry/sentry-agent-skills.
How do I install sentry-python-setup?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-python-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/getsentry/sentry-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01