### SDK Go SDK ### Description The documentation references `StartSpan` on transactions. However, the SDK uses `StartChild` and doesn't pass the context. - https://docs.sentry.io/platforms/go/tracing/instrumentation/custom-instrumentation/queues-module/#consumer-instrumentation - ### Suggested Solution Replace `StartSpan(ctx, opName)` with `StartChild(opName)`