Sentry Setup Tracing

🏢Official
by getsentry · vlatest · Repository

Automatically configures Sentry tracing instrumentation for your application to monitor performance bottlenecks.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add sentry-setup-tracing npx -- -y @trustedskills/sentry-setup-tracing
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "sentry-setup-tracing": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sentry-setup-tracing"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The sentry-setup-tracing skill enables AI agents to configure and implement distributed tracing with Sentry, allowing for detailed monitoring of application performance across multiple services. It helps set up trace headers, integrate with existing logging systems, and ensure proper sampling rates for efficient data collection.

When to use it

  • You're deploying a microservices-based application and need centralized observability.
  • You want to monitor request latency and identify bottlenecks in your system.
  • Your team is looking to implement error tracking alongside performance metrics.
  • You are integrating Sentry into an existing project and need guidance on tracing setup.

Key capabilities

  • Configures distributed tracing with Sentry
  • Sets up trace headers for cross-service monitoring
  • Integrates with logging systems
  • Adjusts sampling rates for data efficiency

Example prompts

  • "Set up distributed tracing in my Node.js application using Sentry."
  • "Configure Sentry to capture traces from both frontend and backend services."
  • "Help me adjust the sampling rate for Sentry tracing in production."

Tips & gotchas

  • Ensure that your Sentry DSN is properly configured before enabling tracing.
  • Be mindful of performance impact when adjusting sampling rates—too low may miss critical data, too high can increase costs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
getsentry
Installs
225

🏢 Official

Published by the company or team that built the technology.