sentry-setup-tracing

Configure Sentry tracing for JavaScript, TypeScript, Python, and Ruby applications.

10|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/troykelly/codex-skills --skill sentry-setup-tracing-troykelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-setup-tracing
Source: https://github.com/troykelly/codex-skills/tree/main/external/skills/sentry-setup-tracing
Command: npx skills add https://github.com/troykelly/codex-skills --skill sentry-setup-tracing-troykelly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers integrate Sentry's performance monitoring into their applications, allowing them to track transactions, measure latency, and identify performance bottlenecks.

Core Features & Use Cases

  • Automated Configuration: Guides through setting up Sentry tracing for various platforms (JavaScript, Python, Ruby).
  • Performance Monitoring: Enables tracking of application performance, including transactions, spans, and latency.
  • Use Case: When a user asks to "add performance monitoring to their Node.js app" or "track API response times," this skill provides the necessary code snippets and configuration steps.

Quick Start

Use the sentry-setup-tracing skill to add performance monitoring to your JavaScript project.

Frequently Asked Questions about sentry-setup-tracing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Sentry performance monitoring for a Node.js application?

Sentry performance monitoring for a Node.js application is configured by integrating the Sentry SDK to track transactions, measure latency, and identify bottlenecks. This skill provides the necessary code snippets and configuration steps to enable tracing automatically.

What is Sentry tracing and when do I need it for my application?

Sentry tracing is a performance monitoring mechanism that tracks transactions and spans to measure application latency. You need it when you want to identify performance bottlenecks and track API response times in JavaScript, Python, or Ruby environments.

Can I use Sentry tracing to track performance in a React or Next.js project?

Yes, you can use Sentry tracing to track performance in React or Next.js projects. The configuration supports various JavaScript and TypeScript frameworks, enabling the tracking of transactions and spans for effective performance monitoring.

How do I configure sampling rates for Sentry transactions?

Configuring sampling rates for Sentry transactions involves adjusting the SDK settings to control the volume of tracked performance data. This skill guides you through the configuration process to ensure effective monitoring without overwhelming your application.

Does Sentry performance monitoring work with Python and Ruby applications?

Sentry performance monitoring works with Python and Ruby applications by integrating the respective Sentry SDKs. It enables tracking of transactions, spans, and application latency to identify performance bottlenecks across these platforms.

What is the best way to track API response times using Sentry?

The best way to track API response times using Sentry is to enable performance monitoring by configuring the Sentry SDK. This setup captures transactions and spans, allowing you to measure latency and identify performance bottlenecks in your application.