Sentry Otel Exporter Setup

🌐Community
by jaffrepaul · vlatest · Repository

Automates OpenTelemetry exporter configuration for frontend applications using Sentry integration via jaffrepaul's skill.

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-otel-exporter-setup npx -- -y @trustedskills/sentry-otel-exporter-setup
2

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

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

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

About This Skill

What it does

This skill automates the setup of the Sentry OpenTelemetry exporter. It configures your application to send tracing data to Sentry, allowing you to monitor and debug performance issues. This includes configuring sampling rates and setting up distributed context propagation for improved observability.

When to use it

  • You want to integrate Sentry's monitoring capabilities into a frontend application.
  • Your team is already using Sentry for error tracking and wants to extend its usage to include tracing.
  • You need to quickly instrument your application with OpenTelemetry without manual configuration.
  • You are deploying an application that requires distributed tracing across multiple services.

Key capabilities

  • Automatic Sentry OpenTelemetry exporter setup
  • Sampling rate configuration
  • Distributed context propagation

Example prompts

  • "Configure the frontend to export traces to Sentry."
  • "Set up OpenTelemetry for Sentry with a 10% sampling rate."
  • "Instrument this application with Sentry tracing."

Tips & gotchas

  • Ensure you have a valid Sentry DSN (Data Source Name) available. This is required for the exporter to function correctly.

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
jaffrepaul
Installs
25

🌐 Community

Passed automated security scans.