What problem does it solve? Setting up the OpenTelemetry Collector to send traces and logs to Sentry involves version checks, platform-specific installation, exporter configuration, credential handling, and validation—steps that are error-prone when done manually. ## Core Features & Use Cases - Guided Collector Setup: Checks for existing collector configs, verifies otelcol-contrib v0.145.0+, and installs via binary download or Docker. - Sentry Exporter Configuration: Writes collector pipelines for traces and logs with environment-variable-based credentials and optional automatic Sentry project creation. - Validation & Verification: Validates the config, provides run commands, and confirms telemetry appears in Sentry. - Trace Connectedness: Sets up OTLPIntegration for Python, Ruby, or Node.js Sentry SDKs to link OTel traces with Sentry errors and logs. - Use Case: A team running multiple microservices wants all traces and logs routed to separate Sentry projects through a single collector, with new projects created automatically. ## Quick Start Set up the OpenTelemetry Collector with the Sentry Exporter so my services send traces and logs to Sentry.