https://github.com/getsentry/sentry-go/blob/master/otel/internal/utils/sentryrequest.go#L27-L40
If the hub is not accessible via the ctx, we might fail to mark a Sentry span correctly and send it instead.
- more specifically this problem may lead to you receiving transactions in Sentry which are relevant only to Sentry SDK internals
- meaning the endpoints the Go SDK uses
POST https://*/api/*/envelope/ & POST https://*/api/*/store/
https://github.com/getsentry/sentry-go/blob/master/otel/internal/utils/sentryrequest.go#L27-L40
If the hub is not accessible via the ctx, we might fail to mark a Sentry span correctly and send it instead.
POST https://*/api/*/envelope/&POST https://*/api/*/store/