Lorenzo Cian

Results 48 comments of Lorenzo Cian

Thanks @PatNowak for the useful context. It will probably help us test this with an easier setup.

This has been fixed in https://github.com/getsentry/sentry-rust/pull/686.

Thanks @cobyeastwood183, I'll look into this. In the meantime, could we get a small repro sample from the user? That would help.

Thanks @cobyeastwood183 ! I've requested zendesk access because I don't have it.

Based on what I see in the ticket, the user is using the middleware in the `tracing-actix-web` crate to start a `tracing` root span on every HTTP request. Then they're...

@cobyeastwood183 Hey, actually they can just use the `sentry-actix` middleware but set `capture_server_errors` to `false` (it's `true` by default). This way, the middleware will only manage the hub and fork...

We're going to work on an initial version based on the span processor approach, which will enable (distributed) tracing in Sentry. This approach doesn't guarantee that everything will work correctly...

Closing this and the child issues for now, as we don't plan to work on this any time soon, due to the low traction of instrumenting with `opentelemetry-sdk` in general...

Tested the "NOT WORKING" versions both locally (ARM Mac) and in EC2 (Ubuntu Server 24 x64, `ami-07eef52105e8a2059`) with version 7.20.0 of the SDK. Events are captured correctly. The log line...

@pronebird We don't have a timeline for when we'll work on this, but it helps us to know that it's something you might benefit from, we just didn't have many...