Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

sentry-python-sdk

Full Sentry SDK setup for Python — Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.

Setup & Installation

npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-python-sdk
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-python-sdk
View on GitHub

What This Skill Does

Full Sentry SDK setup for Python. Use when asked to add Sentry to Python, install sentry-sdk, setup Sentry in Python, or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for Python applications. Supports Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.

Covers the large Python framework surface in a single setup flow so teams avoid per-framework doc hunts.

When to use it

  • Adding sentry-sdk to a Django or FastAPI project
  • Instrumenting Celery tasks with tracing and crons
  • Enabling profiling on a Flask API
  • Wiring AI monitoring into a LangChain or OpenAI pipeline
  • Standardizing Sentry config across Python microservices