sentry-setup-tracing
✓Setup Sentry Tracing (Performance Monitoring) in any project. Use when asked to enable tracing, track transactions/spans, measure latency, or add performance monitoring. Supports JavaScript, Python, and Ruby.
Installation
SKILL.md
Configure Sentry's performance monitoring to track transactions and spans.
| JS/Browser | tracesSampleRate + browserTracingIntegration() | Sentry.startSpan() | | Next.js | tracesSampleRate (auto-integrated) | Sentry.startSpan() | | Node.js | tracesSampleRate | Sentry.startSpan() | | Python | tracessamplerate | @sentrysdk.trace or startspan() | | Ruby | tracessamplerate | startspan() |
| http.client | Outgoing HTTP | | http.server | Incoming HTTP | | db / db.query | Database | | cache | Cache operations | | task | Background jobs | | function | Function calls |
Setup Sentry Tracing (Performance Monitoring) in any project. Use when asked to enable tracing, track transactions/spans, measure latency, or add performance monitoring. Supports JavaScript, Python, and Ruby. Source: getsentry/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-tracing- Source
- getsentry/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sentry-setup-tracing?
Setup Sentry Tracing (Performance Monitoring) in any project. Use when asked to enable tracing, track transactions/spans, measure latency, or add performance monitoring. Supports JavaScript, Python, and Ruby. Source: getsentry/agent-skills.
How do I install sentry-setup-tracing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-tracing 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/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01