·sentry-setup-tracing
</>

sentry-setup-tracing

getsentry/sentry-agent-skills

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.

122Installs·1Trend·@getsentry

Installation

$npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-setup-tracing

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/sentry-agent-skills.

View raw

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-setup-tracing
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/sentry-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/sentry-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/sentry-agent-skills