This skill helps configure Sentry's Tracing (Performance Monitoring) to track application performance, measure latency, and create distributed traces across services.
| Trace | Complete journey of a request across services | | Transaction | Single instance of a service being called (root span) | | Span | Individual unit of work within a transaction | | Sample Rate | Percentage of transactions to capture (0-1) |
For distributed tracing in App Router, add trace data to root layout metadata:
Настройте Sentry Tracing (мониторинг производительности) в любом проекте. Используйте это, когда вас попросят добавить мониторинг производительности, включить трассировку, отслеживать транзакции/промежутки или измерять производительность приложений. Поддерживает JavaScript, TypeScript, Python, Ruby, React, Next.js и Node.js. Источник: getsentry/sentry-for-claude.