Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/concepts/otlp/forwarding/pipelines/sentry-exporter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ sidebar_order: 15
description: "Route OpenTelemetry traces and logs from multiple services to different Sentry projects through a single collector instance."
keywords: ["otlp", "otel", "opentelemetry", "collector", "exporter", "routing"]
---

<Alert level="info">
The Sentry Exporter has **alpha** stability for traces and logs. Configuration options and behavior may change.
</Alert>

<AgentSkillsCallout skill="sentry-otel-exporter-setup" platformName="OpenTelemetry Collector" />

The Sentry Exporter routes telemetry from multiple services to different Sentry projects through a single collector instance. Without it, you'd need to configure separate DSNs for each project or set up additional routing connectors.

## When to Use `sentry` vs `otlphttp` Exporter
Expand Down
Loading