OpenTelemetry integration ?
It seems to me that an implementation of an OpenTelemetry Exporter to send traces and logs to Sentry, would be interesting…
Hey @sboisson Maybe this can help you: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/exporter/sentryexporter/v0.41.0/exporter/sentryexporter
It was created by an Sentry employee.
There's some work going on in the Ruby SDK to convert OTEL spans to Sentry spans. So in process and no need for a collector and exporter model.
Would be great to hear your thoughts on this approach! @sboisson
https://github.com/getsentry/sentry-ruby/issues/1907
Update: we've started taking a look at this. Please see https://github.com/getsentry/sentry/discussions/40712 for more details!