Open
4 of 7 issues completedDescription
For Sentry SDKs there is generally 2 ways that we can support OpenTelemetry, when there is existing OTel support in a ecosystem for a given platform.
- An in process span processor, where the host app runs Sentry and OTel SDKs. The Sentry SDK picks up all the OTel span and converts them into Sentry traces and spans, to connect with Sentry signals like errors.
- "POTEL" Performance powered by OTel: where the Sentry SDK uses the relevnat OTel package(s) under the hood, to power all the tracing instrumentaton and creation of spans
We should determine if one of the approaches is viable for Rust.