Perseus
12/28/2022, 8:40 AMTextMapPropagator
is used, but according to this https://pkg.go.dev/go.opentelemetry.io/otel#GetTextMapPropagator - if none is explicitly set, it defaults to a 'no-op' propagator
does this mean that there is no propagator integrated into spicedb right now?
I found https://github.com/authzed/spicedb/blob/a891b7ffd7c1d829c10b5616fac792dbc88f3a33/internal/gateway/gateway_test.go#L18 the TraceContext propagator being used in the tests