Sentry/sentry-otel-exporter-setup — Agent Skills | officialskills.sh
Back to skills

sentry-otel-exporter-setup

Configure the OpenTelemetry Collector with the Sentry Exporter for multi-project routing and traces/logs.

Setup & Installation

npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-otel-exporter-setup
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-otel-exporter-setup
View on GitHub

What This Skill Does

Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.

Gives a canonical Collector config pattern so OTel-to-Sentry routing works consistently across services and environments.

When to use it

  • Routing traces from many services into per-service Sentry projects
  • Adding the Sentry Exporter to an existing OTel Collector config
  • Sending OTel logs to Sentry alongside traces
  • Automating Sentry project creation from service names
  • Centralizing OTel-to-Sentry pipelines across environments