sentry-setup-tracing

Installation
SKILL.md

Setup Sentry Tracing

Configure Sentry's performance monitoring to track transactions and spans.

Invoke This Skill When

  • User asks to "enable tracing" or "add performance monitoring"
  • User wants to track API response times, page loads, or latency
  • User asks about tracesSampleRate or custom spans

Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing, as APIs and minimum versions may have changed.

Quick Reference

Platform Min SDK Enable Custom Span
JS/Browser 9.0.0+ tracesSampleRate + browserTracingIntegration() Sentry.startSpan()
Next.js 9.0.0+ tracesSampleRate in each runtime config file Sentry.startSpan()
Node.js 9.0.0+ tracesSampleRate Sentry.startSpan()
Related skills

More from getsentry/agent-skills

Installs
29
GitHub Stars
19
First Seen
Jan 23, 2026