·sentry-setup-tracing
</>

sentry-setup-tracing

getsentry/agent-skills

Configure Sentry Tracing (monitoreo de rendimiento) en cualquier proyecto. Úselo cuando se le solicite habilitar el seguimiento, rastrear transacciones/intervalos, medir la latencia o agregar monitoreo del rendimiento. Admite JavaScript, Python y Ruby.

22Instalaciones·1Tendencia·@getsentry

Instalación

$npx skills add https://github.com/getsentry/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 |

Configure Sentry Tracing (monitoreo de rendimiento) en cualquier proyecto. Úselo cuando se le solicite habilitar el seguimiento, rastrear transacciones/intervalos, medir la latencia o agregar monitoreo del rendimiento. Admite JavaScript, Python y Ruby. Fuente: getsentry/agent-skills.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-tracing
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es sentry-setup-tracing?

Configure Sentry Tracing (monitoreo de rendimiento) en cualquier proyecto. Úselo cuando se le solicite habilitar el seguimiento, rastrear transacciones/intervalos, medir la latencia o agregar monitoreo del rendimiento. Admite JavaScript, Python y Ruby. Fuente: getsentry/agent-skills.

¿Cómo instalo sentry-setup-tracing?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-tracing Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/getsentry/agent-skills